#BAB767

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

Shades of Dark Khaki #BAB767

Tints of Dark Khaki #BAB767

Color information

#BAB767 (or 0xBAB767) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 67. RGB value is (186,183,103). Sum of RGB (Red+Green+Blue) = 186+183+103=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB767 is #454898. Grayscale: #AFAFAF. Windows color (decimal): -4540569 or 6797242. OLE color: 6797242.

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

Color convert

RGB186183103-
CMYK00.020.450.27
HSL57.83º37.56%56.67%-
HSV(B)57.83º44.62%72.94%-
XYZ39.6345.2919.48-
YUV174.7887.49136-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=39.41%
G=38.77%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618310300.020.450.2757.8337.5656.67
HexBAB767022D1B3a2639
Octal272267147025533724671
Binary1011101010110111110011101010110111011111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB767; }

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

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

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

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

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

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

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

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