#BAB16E

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

Shades of Dark Khaki #BAB16E

Tints of Dark Khaki #BAB16E

Color information

#BAB16E (or 0xBAB16E) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 6E. RGB value is (186,177,110). Sum of RGB (Red+Green+Blue) = 186+177+110=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB16E is #454E91. Grayscale: #ACACAC. Windows color (decimal): -4542098 or 7254458. OLE color: 7254458.

HSL color Cylindrical-coordinate representation of color #BAB16E: hue angle of 52.89º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAB16E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186177110-
CMYK00.050.410.27
HSL52.89º35.51%58.04%-
HSV(B)52.89º40.86%72.94%-
XYZ38.7943.0121.01-
YUV172.0592.98137.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=39.32%
G=37.42%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617711000.050.410.2752.8935.5158.04
HexBAB16E05291B35243a
Octal272261156055133654472
Binary10111010101100011101110010110100111011110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB16E; }

 p { color: rgb(186,177,110); }

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

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

 a { background-color: rgb(186,177,110); }

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

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

 span { border-color: rgb(186,177,110); }

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