#B5BC5F

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

Shades of Olive Green #B5BC5F

Tints of Olive Green #B5BC5F

Color information

#B5BC5F (or 0xB5BC5F) is unknown color: approx Olive Green. HEX triplet: B5, BC and 5F. RGB value is (181,188,95). Sum of RGB (Red+Green+Blue) = 181+188+95=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC5F is #4A43A0. Grayscale: #AFAFAF. Windows color (decimal): -4866977 or 6274229. OLE color: 6274229.

HSL color Cylindrical-coordinate representation of color #B5BC5F: hue angle of 64.52º 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 #B5BC5F is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18118895-
CMYK0.0400.490.26
HSL64.52º40.97%55.49%-
HSV(B)64.52º49.47%73.73%-
XYZ39.146.6217.76-
YUV175.382.68132.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=39.01%
G=40.52%
B=20.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181188950.0400.490.2664.5240.9755.49
HexB5BC5F40311A412937
Octal2652741374061321015167
Binary101101011011110010111111000110001110101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC5F; }

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

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

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

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

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

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

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

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