#B9B056

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

Shades of Olive Green #B9B056

Tints of Olive Green #B9B056

Color information

#B9B056 (or 0xB9B056) is unknown color: approx Olive Green. HEX triplet: B9, B0 and 56. RGB value is (185,176,86). Sum of RGB (Red+Green+Blue) = 185+176+86=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B056 is #464FA9. Grayscale: #A8A8A8. Windows color (decimal): -4607914 or 5681337. OLE color: 5681337.

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

Color convert

RGB18517686-
CMYK00.050.540.27
HSL54.55º41.42%53.14%-
HSV(B)54.55º53.51%72.55%-
XYZ37.2142.0414.96-
YUV168.4381.48139.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=41.39%
G=39.37%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851768600.050.540.2754.5541.4253.14
HexB9B05605361B372935
Octal271260126056633675165
Binary10111001101100001010110010111011011011110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B056; }

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

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

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

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

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

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

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

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