#BAB467

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

Shades of Dark Khaki #BAB467

Tints of Dark Khaki #BAB467

Color information

#BAB467 (or 0xBAB467) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 67. RGB value is (186,180,103). Sum of RGB (Red+Green+Blue) = 186+180+103=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB467 is #454B98. Grayscale: #ADADAD. Windows color (decimal): -4541337 or 6796474. OLE color: 6796474.

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

Color convert

RGB186180103-
CMYK00.030.450.27
HSL55.66º37.56%56.67%-
HSV(B)55.66º44.62%72.94%-
XYZ39.0244.0619.28-
YUV173.0288.49137.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=39.66%
G=38.38%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618010300.030.450.2755.6637.5656.67
HexBAB467032D1B382639
Octal272264147035533704671
Binary1011101010110100110011101110110111011111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB467; }

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

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

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

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

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

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

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

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