#BABC6D

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

Shades of Dark Khaki #BABC6D

Tints of Dark Khaki #BABC6D

Color information

#BABC6D (or 0xBABC6D) is unknown color: approx Dark Khaki. HEX triplet: BA, BC and 6D. RGB value is (186,188,109). Sum of RGB (Red+Green+Blue) = 186+188+109=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC6D is #454392. Grayscale: #B2B2B2. Windows color (decimal): -4539283 or 7191738. OLE color: 7191738.

HSL color Cylindrical-coordinate representation of color #BABC6D: hue angle of 61.52º degrees, saturation: 0.37, 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 #BABC6D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB186188109-
CMYK0.0100.420.26
HSL61.52º37.09%58.24%-
HSV(B)61.52º42.02%73.73%-
XYZ40.9947.5121.48-
YUV178.488.84133.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=38.51%
G=38.92%
B=22.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881090.0100.420.2661.5237.0958.24
HexBABC6D102A1A3e253a
Octal272274155105232764572
Binary101110101011110011011011010101011010111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC6D; }

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

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

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

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

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

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

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

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