#BAB56A

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

Shades of Dark Khaki #BAB56A

Tints of Dark Khaki #BAB56A

Color information

#BAB56A (or 0xBAB56A) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 6A. RGB value is (186,181,106). Sum of RGB (Red+Green+Blue) = 186+181+106=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB56A is #454A95. Grayscale: #AEAEAE. Windows color (decimal): -4541078 or 6993338. OLE color: 6993338.

HSL color Cylindrical-coordinate representation of color #BAB56A: hue angle of 56.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAB56A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186181106-
CMYK00.030.430.27
HSL56.25º36.7%57.25%-
HSV(B)56.25º43.01%72.94%-
XYZ39.3844.5320.16-
YUV173.9489.66136.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=39.32%
G=38.27%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618110600.030.430.2756.2536.757.25
HexBAB56A032B1B382539
Octal272265152035333704571
Binary1011101010110101110101001110101111011111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB56A; }

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

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

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

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

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

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

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

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