#BAB478

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

Shades of Dark Khaki #BAB478

Tints of Dark Khaki #BAB478

Color information

#BAB478 (or 0xBAB478) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 78. RGB value is (186,180,120). Sum of RGB (Red+Green+Blue) = 186+180+120=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB478 is #454B87. Grayscale: #AFAFAF. Windows color (decimal): -4541320 or 7910586. OLE color: 7910586.

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

Color convert

RGB186180120-
CMYK00.030.350.27
HSL54.55º32.35%60%-
HSV(B)54.55º35.48%72.94%-
XYZ39.9644.4424.24-
YUV174.9596.99135.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=38.27%
G=37.04%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618012000.030.350.2754.5532.3560
HexBAB47803231B37203c
Octal272264170034333674074
Binary1011101010110100111100001110001111011110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB478; }

 p { color: rgb(186,180,120); }

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

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

 a { background-color: rgb(186,180,120); }

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

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

 span { border-color: rgb(186,180,120); }

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