#BABC6A

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

Shades of Dark Khaki #BABC6A

Tints of Dark Khaki #BABC6A

Color information

#BABC6A (or 0xBABC6A) is unknown color: approx Dark Khaki. HEX triplet: BA, BC and 6A. RGB value is (186,188,106). Sum of RGB (Red+Green+Blue) = 186+188+106=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC6A is #454395. Grayscale: #B2B2B2. Windows color (decimal): -4539286 or 6995130. OLE color: 6995130.

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

Color convert

RGB186188106-
CMYK0.0100.440.26
HSL61.46º37.96%57.65%-
HSV(B)61.46º43.62%73.73%-
XYZ40.8347.4520.64-
YUV178.0587.34133.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=38.75%
G=39.17%
B=22.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881060.0100.440.2661.4637.9657.65
HexBABC6A102C1A3d263a
Octal272274152105432754672
Binary101110101011110011010101010110011010111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC6A; }

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

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

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

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

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

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

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

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