#BAB267

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

Shades of Dark Khaki #BAB267

Tints of Dark Khaki #BAB267

Color information

#BAB267 (or 0xBAB267) is unknown color: approx Dark Khaki. HEX triplet: BA, B2 and 67. RGB value is (186,178,103). Sum of RGB (Red+Green+Blue) = 186+178+103=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB267 is #454D98. Grayscale: #ACACAC. Windows color (decimal): -4541849 or 6795962. OLE color: 6795962.

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

Color convert

RGB186178103-
CMYK00.040.450.27
HSL54.22º37.56%56.67%-
HSV(B)54.22º44.62%72.94%-
XYZ38.6243.2619.15-
YUV171.8489.15138.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=39.83%
G=38.12%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617810300.040.450.2754.2237.5656.67
HexBAB267042D1B362639
Octal272262147045533664671
Binary10111010101100101100111010010110111011110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB267; }

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

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

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

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

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

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

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

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