#B9B856

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

Shades of Olive Green #B9B856

Tints of Olive Green #B9B856

Color information

#B9B856 (or 0xB9B856) is unknown color: approx Olive Green. HEX triplet: B9, B8 and 56. RGB value is (185,184,86). Sum of RGB (Red+Green+Blue) = 185+184+86=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B856 is #4647A9. Grayscale: #ADADAD. Windows color (decimal): -4605866 or 5683385. OLE color: 5683385.

HSL color Cylindrical-coordinate representation of color #B9B856: hue angle of 59.39º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9B856 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18518486-
CMYK00.010.540.27
HSL59.39º41.42%53.14%-
HSV(B)59.39º53.51%72.55%-
XYZ38.8345.2715.5-
YUV173.1378.83136.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=40.66%
G=40.44%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851848600.010.540.2759.3941.4253.14
HexB9B85601361B3b2935
Octal271270126016633735165
Binary101110011011100010101100111011011011111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B856; }

 p { color: rgb(185,184,86); }

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

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

 a { background-color: rgb(185,184,86); }

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

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

 span { border-color: rgb(185,184,86); }

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