#B9B756

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

Shades of Olive Green #B9B756

Tints of Olive Green #B9B756

Color information

#B9B756 (or 0xB9B756) is unknown color: approx Olive Green. HEX triplet: B9, B7 and 56. RGB value is (185,183,86). Sum of RGB (Red+Green+Blue) = 185+183+86=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B756 is #4648A9. Grayscale: #ACACAC. Windows color (decimal): -4606122 or 5683129. OLE color: 5683129.

HSL color Cylindrical-coordinate representation of color #B9B756: hue angle of 58.79º 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 #B9B756 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18518386-
CMYK00.010.540.27
HSL58.79º41.42%53.14%-
HSV(B)58.79º53.51%72.55%-
XYZ38.6244.8515.43-
YUV172.5479.16136.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=40.75%
G=40.31%
B=18.94%

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
Decimal1851838600.010.540.2758.7941.4253.14
HexB9B75601361B3b2935
Octal271267126016633735165
Binary101110011011011110101100111011011011111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B756; }

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

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

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

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

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

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

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

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