#BAB95D

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

Shades of Olive Green #BAB95D

Tints of Olive Green #BAB95D

Color information

#BAB95D (or 0xBAB95D) is unknown color: approx Olive Green. HEX triplet: BA, B9 and 5D. RGB value is (186,185,93). Sum of RGB (Red+Green+Blue) = 186+185+93=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB95D is #4546A2. Grayscale: #AFAFAF. Windows color (decimal): -4540067 or 6142394. OLE color: 6142394.

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

Color convert

RGB18618593-
CMYK00.010.50.27
HSL59.35º40.26%54.71%-
HSV(B)59.35º50%72.94%-
XYZ39.5745.9317.13-
YUV174.8181.83135.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=40.09%
G=39.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861859300.010.50.2759.3540.2654.71
HexBAB95D01321B3b2837
Octal272271135016233735067
Binary101110101011100110111010111001011011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB95D; }

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

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

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

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

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

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

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

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