#B2BC5F

Color #B2BC5F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B2BC5F

Tints of Olive Green #B2BC5F

Color information

#B2BC5F (or 0xB2BC5F) is unknown color: approx Olive Green. HEX triplet: B2, BC and 5F. RGB value is (178,188,95). Sum of RGB (Red+Green+Blue) = 178+188+95=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC5F is #4D43A0. Grayscale: #AEAEAE. Windows color (decimal): -5063585 or 6274226. OLE color: 6274226.

HSL color Cylindrical-coordinate representation of color #B2BC5F: hue angle of 66.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2BC5F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17818895-
CMYK0.0500.490.26
HSL66.45º40.97%55.49%-
HSV(B)66.45º49.47%73.73%-
XYZ38.4146.2617.73-
YUV174.4183.19130.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=38.61%
G=40.78%
B=20.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188950.0500.490.2666.4540.9755.49
HexB2BC5F50311A422937
Octal2622741375061321025167
Binary101100101011110010111111010110001110101000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC5F; }

 p { color: rgb(178,188,95); }

 H1.HeaderClassName
 {
   color: #B2BC5F;
 }
 .AnyTagClassName
 {
   color: #B2BC5F;
 }
</style>
background-color css

<style>
 a { background-color: #B2BC5F; }

 a { background-color: rgb(178,188,95); }

 div.DivClassName
 {
   background-color: #B2BC5F;
 }
 .BgClassName
 {
   background-color: #B2BC5F;
 }
</style>
border-color css

<style>
 span { border-color: #B2BC5F; }

 span { border-color: rgb(178,188,95); }

 td.TdClassName
 {
   border-color: #B2BC5F;
 }
 .TagClassName
 {
   border-color: #B2BC5F;
 }
</style>