#BABF6F

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

Shades of Dark Khaki #BABF6F

Tints of Dark Khaki #BABF6F

Color information

#BABF6F (or 0xBABF6F) is unknown color: approx Dark Khaki. HEX triplet: BA, BF and 6F. RGB value is (186,191,111). Sum of RGB (Red+Green+Blue) = 186+191+111=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF6F is #454090. Grayscale: #B4B4B4. Windows color (decimal): -4538513 or 7323578. OLE color: 7323578.

HSL color Cylindrical-coordinate representation of color #BABF6F: hue angle of 63.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BABF6F is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB186191111-
CMYK0.0300.420.25
HSL63.75º38.46%59.22%-
HSV(B)63.75º41.88%74.9%-
XYZ41.7548.8522.27-
YUV180.3888.84132-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=38.11%
G=39.14%
B=22.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911110.0300.420.2563.7538.4659.22
HexBABF6F302A1940263b
Octal2722771573052311004673
Binary10111010101111111101111110101010110011000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF6F; }

 p { color: rgb(186,191,111); }

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

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

 a { background-color: rgb(186,191,111); }

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

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

 span { border-color: rgb(186,191,111); }

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