#BABD71

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

Shades of Dark Khaki #BABD71

Tints of Dark Khaki #BABD71

Color information

#BABD71 (or 0xBABD71) is unknown color: approx Dark Khaki. HEX triplet: BA, BD and 71. RGB value is (186,189,113). Sum of RGB (Red+Green+Blue) = 186+189+113=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD71 is #45428E. Grayscale: #B3B3B3. Windows color (decimal): -4539023 or 7454138. OLE color: 7454138.

HSL color Cylindrical-coordinate representation of color #BABD71: hue angle of 62.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABD71 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB186189113-
CMYK0.0200.400.26
HSL62.37º36.54%59.22%-
HSV(B)62.37º40.21%74.12%-
XYZ41.4348.0322.71-
YUV179.4490.51132.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=38.11%
G=38.73%
B=23.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891130.0200.400.2662.3736.5459.22
HexBABD7120281A3e253b
Octal272275161205032764573
Binary1011101010111101111000110010100011010111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD71; }

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

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

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

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

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

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

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

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