#B9B057

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

Shades of Olive Green #B9B057

Tints of Olive Green #B9B057

Color information

#B9B057 (or 0xB9B057) is unknown color: approx Olive Green. HEX triplet: B9, B0 and 57. RGB value is (185,176,87). Sum of RGB (Red+Green+Blue) = 185+176+87=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B057 is #464FA8. Grayscale: #A8A8A8. Windows color (decimal): -4607913 or 5746873. OLE color: 5746873.

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

Color convert

RGB18517687-
CMYK00.050.530.27
HSL54.49º41.18%53.33%-
HSV(B)54.49º52.97%72.55%-
XYZ37.2542.0515.17-
YUV168.5481.98139.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 87 (34.38% from 255) = 19.42%
R=41.29%
G=39.29%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851768700.050.530.2754.4941.1853.33
HexB9B05705351B362935
Octal271260127056533665165
Binary10111001101100001010111010111010111011110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B057; }

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

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

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

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

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

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

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

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