#B9B151

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

Shades of Olive Green #B9B151

Tints of Olive Green #B9B151

Color information

#B9B151 (or 0xB9B151) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 51. RGB value is (185,177,81). Sum of RGB (Red+Green+Blue) = 185+177+81=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B151 is #464EAE. Grayscale: #A8A8A8. Windows color (decimal): -4607663 or 5353913. OLE color: 5353913.

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

Color convert

RGB18517781-
CMYK00.040.560.27
HSL55.38º42.62%52.16%-
HSV(B)55.38º56.22%72.55%-
XYZ37.2142.3514-
YUV168.4578.65139.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=41.76%
G=39.95%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851778100.040.560.2755.3842.6252.16
HexB9B15104381B372b34
Octal271261121047033675364
Binary10111001101100011010001010011100011011110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B151; }

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

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

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

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

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

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

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

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