#BABD6D

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

Shades of Dark Khaki #BABD6D

Tints of Dark Khaki #BABD6D

Color information

#BABD6D (or 0xBABD6D) is unknown color: approx Dark Khaki. HEX triplet: BA, BD and 6D. RGB value is (186,189,109). Sum of RGB (Red+Green+Blue) = 186+189+109=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD6D is #454292. Grayscale: #B3B3B3. Windows color (decimal): -4539027 or 7191994. OLE color: 7191994.

HSL color Cylindrical-coordinate representation of color #BABD6D: hue angle of 62.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BABD6D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB186189109-
CMYK0.0200.420.26
HSL62.25º37.74%58.43%-
HSV(B)62.25º42.33%74.12%-
XYZ41.2147.9421.55-
YUV178.9888.51133-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=38.43%
G=39.05%
B=22.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891090.0200.420.2662.2537.7458.43
HexBABD6D202A1A3e263a
Octal272275155205232764672
Binary1011101010111101110110110010101011010111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD6D; }

 p { color: rgb(186,189,109); }

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

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

 a { background-color: rgb(186,189,109); }

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

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

 span { border-color: rgb(186,189,109); }

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