#BAB26E

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

Shades of Dark Khaki #BAB26E

Tints of Dark Khaki #BAB26E

Color information

#BAB26E (or 0xBAB26E) is unknown color: approx Dark Khaki. HEX triplet: BA, B2 and 6E. RGB value is (186,178,110). Sum of RGB (Red+Green+Blue) = 186+178+110=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB26E is #454D91. Grayscale: #ACACAC. Windows color (decimal): -4541842 or 7254714. OLE color: 7254714.

HSL color Cylindrical-coordinate representation of color #BAB26E: hue angle of 53.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAB26E is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186178110-
CMYK00.040.410.27
HSL53.68º35.51%58.04%-
HSV(B)53.68º40.86%72.94%-
XYZ38.9843.4121.08-
YUV172.6492.65137.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=39.24%
G=37.55%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617811000.040.410.2753.6835.5158.04
HexBAB26E04291B36243a
Octal272262156045133664472
Binary10111010101100101101110010010100111011110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB26E; }

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

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

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

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

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

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

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

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