#BAB56E

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

Shades of Dark Khaki #BAB56E

Tints of Dark Khaki #BAB56E

Color information

#BAB56E (or 0xBAB56E) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 6E. RGB value is (186,181,110). Sum of RGB (Red+Green+Blue) = 186+181+110=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB56E is #454A91. Grayscale: #AEAEAE. Windows color (decimal): -4541074 or 7255482. OLE color: 7255482.

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

Color convert

RGB186181110-
CMYK00.030.410.27
HSL56.05º35.51%58.04%-
HSV(B)56.05º40.86%72.94%-
XYZ39.5944.6121.28-
YUV174.491.66136.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=38.99%
G=37.95%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618111000.030.410.2756.0535.5158.04
HexBAB56E03291B38243a
Octal272265156035133704472
Binary1011101010110101110111001110100111011111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB56E; }

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

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

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

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

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

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

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

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