#B9B050

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

Shades of Olive Green #B9B050

Tints of Olive Green #B9B050

Color information

#B9B050 (or 0xB9B050) is unknown color: approx Olive Green. HEX triplet: B9, B0 and 50. RGB value is (185,176,80). Sum of RGB (Red+Green+Blue) = 185+176+80=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B050 is #464FAF. Grayscale: #A8A8A8. Windows color (decimal): -4607920 or 5288121. OLE color: 5288121.

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

Color convert

RGB18517680-
CMYK00.050.570.27
HSL54.86º42.86%51.96%-
HSV(B)54.86º56.76%72.55%-
XYZ36.9841.9413.74-
YUV167.7578.48140.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=41.95%
G=39.91%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851768000.050.570.2754.8642.8651.96
HexB9B05005391B372b34
Octal271260120057133675364
Binary10111001101100001010000010111100111011110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B050; }

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

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

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

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

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

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

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

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