#BABB71

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

Shades of Dark Khaki #BABB71

Tints of Dark Khaki #BABB71

Color information

#BABB71 (or 0xBABB71) is unknown color: approx Dark Khaki. HEX triplet: BA, BB and 71. RGB value is (186,187,113). Sum of RGB (Red+Green+Blue) = 186+187+113=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB71 is #45448E. Grayscale: #B2B2B2. Windows color (decimal): -4539535 or 7453626. OLE color: 7453626.

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

Color convert

RGB186187113-
CMYK0.0100.400.27
HSL60.81º35.24%58.82%-
HSV(B)60.81º39.57%73.33%-
XYZ4147.1722.57-
YUV178.2691.17133.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=38.27%
G=38.48%
B=23.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871130.0100.400.2760.8135.2458.82
HexBABB7110281B3d233b
Octal272273161105033754373
Binary101110101011101111100011010100011011111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB71; }

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

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

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

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

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

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

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

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