#BABB6E

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

Shades of Dark Khaki #BABB6E

Tints of Dark Khaki #BABB6E

Color information

#BABB6E (or 0xBABB6E) is unknown color: approx Dark Khaki. HEX triplet: BA, BB and 6E. RGB value is (186,187,110). Sum of RGB (Red+Green+Blue) = 186+187+110=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB6E is #454491. Grayscale: #B2B2B2. Windows color (decimal): -4539538 or 7257018. OLE color: 7257018.

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

Color convert

RGB186187110-
CMYK0.0100.410.27
HSL60.78º36.15%58.24%-
HSV(B)60.78º41.18%73.33%-
XYZ40.8347.1121.69-
YUV177.9289.67133.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=38.51%
G=38.72%
B=22.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871100.0100.410.2760.7836.1558.24
HexBABB6E10291B3d243a
Octal272273156105133754472
Binary101110101011101111011101010100111011111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB6E; }

 p { color: rgb(186,187,110); }

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

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

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

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

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

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

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