#BABF6C

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

Shades of Dark Khaki #BABF6C

Tints of Dark Khaki #BABF6C

Color information

#BABF6C (or 0xBABF6C) is unknown color: approx Dark Khaki. HEX triplet: BA, BF and 6C. RGB value is (186,191,108). Sum of RGB (Red+Green+Blue) = 186+191+108=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF6C is #454093. Grayscale: #B4B4B4. Windows color (decimal): -4538516 or 7126970. OLE color: 7126970.

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

Color convert

RGB186191108-
CMYK0.0300.430.25
HSL63.61º39.34%58.63%-
HSV(B)63.61º43.46%74.9%-
XYZ41.5948.7821.41-
YUV180.0487.34132.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=38.35%
G=39.38%
B=22.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911080.0300.430.2563.6139.3458.63
HexBABF6C302B1940273b
Octal2722771543053311004773
Binary10111010101111111101100110101011110011000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF6C; }

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

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

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

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

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

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

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

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