#B9B354

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

Shades of Olive Green #B9B354

Tints of Olive Green #B9B354

Color information

#B9B354 (or 0xB9B354) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 54. RGB value is (185,179,84). Sum of RGB (Red+Green+Blue) = 185+179+84=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B354 is #464CAB. Grayscale: #AAAAAA. Windows color (decimal): -4607148 or 5551033. OLE color: 5551033.

HSL color Cylindrical-coordinate representation of color #B9B354: hue angle of 56.44º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9B354 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18517984-
CMYK00.030.550.27
HSL56.44º41.91%52.75%-
HSV(B)56.44º54.59%72.55%-
XYZ37.7343.1914.74-
YUV169.9679.49138.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=41.29%
G=39.96%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851798400.030.550.2756.4441.9152.75
HexB9B35403371B382a35
Octal271263124036733705265
Binary1011100110110011101010001111011111011111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B354; }

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

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

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

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

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

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

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

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