#BAB95F

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

Shades of Olive Green #BAB95F

Tints of Olive Green #BAB95F

Color information

#BAB95F (or 0xBAB95F) is unknown color: approx Olive Green. HEX triplet: BA, B9 and 5F. RGB value is (186,185,95). Sum of RGB (Red+Green+Blue) = 186+185+95=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB95F is #4546A0. Grayscale: #AFAFAF. Windows color (decimal): -4540065 or 6273466. OLE color: 6273466.

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

Color convert

RGB18618595-
CMYK00.010.490.27
HSL59.34º39.74%55.1%-
HSV(B)59.34º48.92%72.94%-
XYZ39.6645.9617.61-
YUV175.0482.83135.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=39.91%
G=39.70%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861859500.010.490.2759.3439.7455.1
HexBAB95F01311B3b2837
Octal272271137016133735067
Binary101110101011100110111110111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB95F; }

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

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

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

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

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

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

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

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