#BABF6B

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

Shades of Dark Khaki #BABF6B

Tints of Dark Khaki #BABF6B

Color information

#BABF6B (or 0xBABF6B) is unknown color: approx Dark Khaki. HEX triplet: BA, BF and 6B. RGB value is (186,191,107). Sum of RGB (Red+Green+Blue) = 186+191+107=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF6B is #454094. Grayscale: #B4B4B4. Windows color (decimal): -4538517 or 7061434. OLE color: 7061434.

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

Color convert

RGB186191107-
CMYK0.0300.440.25
HSL63.57º39.62%58.43%-
HSV(B)63.57º43.98%74.9%-
XYZ41.5348.7621.13-
YUV179.9386.84132.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=38.43%
G=39.46%
B=22.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911070.0300.440.2563.5739.6258.43
HexBABF6B302C1940283a
Octal2722771533054311005072
Binary10111010101111111101011110101100110011000000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF6B; }

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

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

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

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

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

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

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

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