#B9B550

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

Shades of Olive Green #B9B550

Tints of Olive Green #B9B550

Color information

#B9B550 (or 0xB9B550) is unknown color: approx Olive Green. HEX triplet: B9, B5 and 50. RGB value is (185,181,80). Sum of RGB (Red+Green+Blue) = 185+181+80=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B550 is #464AAF. Grayscale: #ABABAB. Windows color (decimal): -4606640 or 5289401. OLE color: 5289401.

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

Color convert

RGB18518180-
CMYK00.020.570.27
HSL57.71º42.86%51.96%-
HSV(B)57.71º56.76%72.55%-
XYZ37.9843.9414.07-
YUV170.6876.83138.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=41.48%
G=40.58%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851818000.020.570.2757.7142.8651.96
HexB9B55002391B3a2b34
Octal271265120027133725364
Binary1011100110110101101000001011100111011111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B550; }

 p { color: rgb(185,181,80); }

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

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

 a { background-color: rgb(185,181,80); }

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

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

 span { border-color: rgb(185,181,80); }

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