#B9B350

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

Shades of Olive Green #B9B350

Tints of Olive Green #B9B350

Color information

#B9B350 (or 0xB9B350) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 50. RGB value is (185,179,80). Sum of RGB (Red+Green+Blue) = 185+179+80=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B350 is #464CAF. Grayscale: #A9A9A9. Windows color (decimal): -4607152 or 5288889. OLE color: 5288889.

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

Color convert

RGB18517980-
CMYK00.030.570.27
HSL56.57º42.86%51.96%-
HSV(B)56.57º56.76%72.55%-
XYZ37.5843.1313.93-
YUV169.5177.49139.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 80 (31.64% from 255) = 18.02%
R=41.67%
G=40.32%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851798000.030.570.2756.5742.8651.96
HexB9B35003391B392b34
Octal271263120037133715364
Binary1011100110110011101000001111100111011111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B350; }

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

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

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

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

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

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

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

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