#B9B857

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

Shades of Olive Green #B9B857

Tints of Olive Green #B9B857

Color information

#B9B857 (or 0xB9B857) is unknown color: approx Olive Green. HEX triplet: B9, B8 and 57. RGB value is (185,184,87). Sum of RGB (Red+Green+Blue) = 185+184+87=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B857 is #4647A8. Grayscale: #ADADAD. Windows color (decimal): -4605865 or 5748921. OLE color: 5748921.

HSL color Cylindrical-coordinate representation of color #B9B857: 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.53%. Process color model (Four color, CMYK) of #B9B857 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18518487-
CMYK00.010.530.27
HSL59.39º41.18%53.33%-
HSV(B)59.39º52.97%72.55%-
XYZ38.8745.2815.71-
YUV173.2479.33136.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 87 (34.38% from 255) = 19.08%
R=40.57%
G=40.35%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851848700.010.530.2759.3941.1853.33
HexB9B85701351B3b2935
Octal271270127016533735165
Binary101110011011100010101110111010111011111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B857; }

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

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

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

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

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

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

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

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