#BAB970

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

Shades of Dark Khaki #BAB970

Tints of Dark Khaki #BAB970

Color information

#BAB970 (or 0xBAB970) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 70. RGB value is (186,185,112). Sum of RGB (Red+Green+Blue) = 186+185+112=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB970 is #45468F. Grayscale: #B1B1B1. Windows color (decimal): -4540048 or 7387578. OLE color: 7387578.

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

Color convert

RGB186185112-
CMYK00.010.400.27
HSL59.19º34.91%58.43%-
HSV(B)59.19º39.78%72.94%-
XYZ40.5246.3122.13-
YUV176.9891.33134.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=38.51%
G=38.30%
B=23.19%

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
Decimal18618511200.010.400.2759.1934.9158.43
HexBAB97001281B3b233a
Octal272271160015033734372
Binary101110101011100111100000110100011011111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB970; }

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

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

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

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

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

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

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

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