#B9B355

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

Shades of Olive Green #B9B355

Tints of Olive Green #B9B355

Color information

#B9B355 (or 0xB9B355) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 55. RGB value is (185,179,85). Sum of RGB (Red+Green+Blue) = 185+179+85=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B355 is #464CAA. Grayscale: #AAAAAA. Windows color (decimal): -4607147 or 5616569. OLE color: 5616569.

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

Color convert

RGB18517985-
CMYK00.030.540.27
HSL56.4º41.67%52.94%-
HSV(B)56.4º54.05%72.55%-
XYZ37.7743.2114.94-
YUV170.0879.99138.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=41.20%
G=39.87%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851798500.030.540.2756.441.6752.94
HexB9B35503361B382a35
Octal271263125036633705265
Binary1011100110110011101010101111011011011111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B355; }

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

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

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

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

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

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

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

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