#b9b55e

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

Shades of Olive Green #B9B55E

Tints of Olive Green #B9B55E

Color information

#B9B55E (or 0xB9B55E) is unknown color: approx Olive Green. HEX triplet: B9, B5 and 5E. RGB value is (185,181,94). Sum of RGB (Red+Green+Blue) = 185+181+94=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B55E is #464AA1. Grayscale: #ACACAC. Windows color (decimal): -4606626 or 6206905. OLE color: 6206905.

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

Color convert

RGB18518194-
CMYK00.020.490.27
HSL57.36º39.39%54.71%-
HSV(B)57.36º49.19%72.55%-
XYZ38.5544.1717.08-
YUV172.2883.83137.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=40.22%
G=39.35%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851819400.020.490.2757.3639.3954.71
HexB9B55E02311B392737
Octal271265136026133714767
Binary1011100110110101101111001011000111011111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b55e; }

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

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

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

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

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

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

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

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