#b9b156

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

Shades of Olive Green #B9B156

Tints of Olive Green #B9B156

Color information

#B9B156 (or 0xB9B156) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 56. RGB value is (185,177,86). Sum of RGB (Red+Green+Blue) = 185+177+86=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B156 is #464EA9. Grayscale: #A9A9A9. Windows color (decimal): -4607658 or 5681593. OLE color: 5681593.

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

Color convert

RGB18517786-
CMYK00.040.540.27
HSL55.15º41.42%53.14%-
HSV(B)55.15º53.51%72.55%-
XYZ37.4142.4315.02-
YUV169.0281.15139.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 86 (33.98% from 255) = 19.20%
R=41.29%
G=39.51%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851778600.040.540.2755.1541.4253.14
HexB9B15604361B372935
Octal271261126046633675165
Binary10111001101100011010110010011011011011110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b156; }

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

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

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

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

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

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

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

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