#B9B55D

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

Shades of Olive Green #B9B55D

Tints of Olive Green #B9B55D

Color information

#B9B55D (or 0xB9B55D) is unknown color: approx Olive Green. HEX triplet: B9, B5 and 5D. RGB value is (185,181,93). Sum of RGB (Red+Green+Blue) = 185+181+93=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B55D is #464AA2. Grayscale: #ACACAC. Windows color (decimal): -4606627 or 6141369. OLE color: 6141369.

HSL color Cylindrical-coordinate representation of color #B9B55D: hue angle of 57.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B55D is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18518193-
CMYK00.020.500.27
HSL57.39º39.66%54.51%-
HSV(B)57.39º49.73%72.55%-
XYZ38.5144.1516.85-
YUV172.1683.33137.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=40.31%
G=39.43%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851819300.020.500.2757.3939.6654.51
HexB9B55D02321B392837
Octal271265135026233715067
Binary1011100110110101101110101011001011011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B55D; }

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

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

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

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

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

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

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

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