#B9B158

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

Shades of Olive Green #B9B158

Tints of Olive Green #B9B158

Color information

#B9B158 (or 0xB9B158) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 58. RGB value is (185,177,88). Sum of RGB (Red+Green+Blue) = 185+177+88=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B158 is #464EA7. Grayscale: #A9A9A9. Windows color (decimal): -4607656 or 5812665. OLE color: 5812665.

HSL color Cylindrical-coordinate representation of color #B9B158: hue angle of 55.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9B158 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18517788-
CMYK00.040.520.27
HSL55.05º40.93%53.53%-
HSV(B)55.05º52.43%72.55%-
XYZ37.4942.4615.45-
YUV169.2582.15139.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=41.11%
G=39.33%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851778800.040.520.2755.0540.9353.53
HexB9B15804341B372936
Octal271261130046433675166
Binary10111001101100011011000010011010011011110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B158; }

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

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

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

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

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

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

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

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