#BAB06E

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

Shades of Dark Khaki #BAB06E

Tints of Dark Khaki #BAB06E

Color information

#BAB06E (or 0xBAB06E) is unknown color: approx Dark Khaki. HEX triplet: BA, B0 and 6E. RGB value is (186,176,110). Sum of RGB (Red+Green+Blue) = 186+176+110=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06E is #454F91. Grayscale: #ABABAB. Windows color (decimal): -4542354 or 7254202. OLE color: 7254202.

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

Color convert

RGB186176110-
CMYK00.050.410.27
HSL52.11º35.51%58.04%-
HSV(B)52.11º40.86%72.94%-
XYZ38.5942.6220.94-
YUV171.4793.31138.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=39.41%
G=37.29%
B=23.31%

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
Decimal18617611000.050.410.2752.1135.5158.04
HexBAB06E05291B34243a
Octal272260156055133644472
Binary10111010101100001101110010110100111011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB06E; }

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

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

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

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

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

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

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

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