#BAB96F

Color #BAB96F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BAB96F

Tints of Dark Khaki #BAB96F

Color information

#BAB96F (or 0xBAB96F) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 6F. RGB value is (186,185,111). Sum of RGB (Red+Green+Blue) = 186+185+111=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96F is #454690. Grayscale: #B1B1B1. Windows color (decimal): -4540049 or 7322042. OLE color: 7322042.

HSL color Cylindrical-coordinate representation of color #BAB96F: hue angle of 59.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB96F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186185111-
CMYK00.010.400.27
HSL59.2º35.21%58.24%-
HSV(B)59.2º40.32%72.94%-
XYZ40.4746.2821.84-
YUV176.8690.83134.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=38.59%
G=38.38%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618511100.010.400.2759.235.2158.24
HexBAB96F01281B3b233a
Octal272271157015033734372
Binary101110101011100111011110110100011011111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB96F; }

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

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

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

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

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

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

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

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