#BABA6F

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

Shades of Dark Khaki #BABA6F

Tints of Dark Khaki #BABA6F

Color information

#BABA6F (or 0xBABA6F) is unknown color: approx Dark Khaki. HEX triplet: BA, BA and 6F. RGB value is (186,186,111). Sum of RGB (Red+Green+Blue) = 186+186+111=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6F is #454590. Grayscale: #B1B1B1. Windows color (decimal): -4539793 or 7322298. OLE color: 7322298.

HSL color Cylindrical-coordinate representation of color #BABA6F: hue angle of 60º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABA6F is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186186111-
CMYK000.400.27
HSL60º35.21%58.24%-
HSV(B)60º40.32%72.94%-
XYZ40.6846.721.91-
YUV177.4590.5134.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=38.51%
G=38.51%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186111000.400.276035.2158.24
HexBABA6F00281B3c233a
Octal272272157005033744372
Binary101110101011101011011110010100011011111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA6F; }

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

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

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

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

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

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

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

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