#B9B95D

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

Shades of Olive Green #B9B95D

Tints of Olive Green #B9B95D

Color information

#B9B95D (or 0xB9B95D) is unknown color: approx Olive Green. HEX triplet: B9, B9 and 5D. RGB value is (185,185,93). Sum of RGB (Red+Green+Blue) = 185+185+93=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B95D is #4646A2. Grayscale: #AEAEAE. Windows color (decimal): -4605603 or 6142393. OLE color: 6142393.

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

Color convert

RGB18518593-
CMYK000.500.27
HSL60º39.66%54.51%-
HSV(B)60º49.73%72.55%-
XYZ39.3345.817.12-
YUV174.5182135.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=39.96%
G=39.96%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518593000.500.276039.6654.51
HexB9B95D00321B3c2837
Octal271271135006233745067
Binary101110011011100110111010011001011011111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B95D; }

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

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

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

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

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

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

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

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