#B5BC61

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

Shades of Olive Green #B5BC61

Tints of Olive Green #B5BC61

Color information

#B5BC61 (or 0xB5BC61) is unknown color: approx Olive Green. HEX triplet: B5, BC and 61. RGB value is (181,188,97). Sum of RGB (Red+Green+Blue) = 181+188+97=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC61 is #4A439E. Grayscale: #AFAFAF. Windows color (decimal): -4866975 or 6405301. OLE color: 6405301.

HSL color Cylindrical-coordinate representation of color #B5BC61: hue angle of 64.62º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5BC61 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18118897-
CMYK0.0400.480.26
HSL64.62º40.44%55.88%-
HSV(B)64.62º48.4%73.73%-
XYZ39.246.6518.25-
YUV175.5383.68131.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=38.84%
G=40.34%
B=20.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181188970.0400.480.2664.6240.4455.88
HexB5BC6140301A412838
Octal2652741414060321015070
Binary101101011011110011000011000110000110101000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC61; }

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

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

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

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

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

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

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

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