#BABD70

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

Shades of Dark Khaki #BABD70

Tints of Dark Khaki #BABD70

Color information

#BABD70 (or 0xBABD70) is unknown color: approx Dark Khaki. HEX triplet: BA, BD and 70. RGB value is (186,189,112). Sum of RGB (Red+Green+Blue) = 186+189+112=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD70 is #45428F. Grayscale: #B3B3B3. Windows color (decimal): -4539024 or 7388602. OLE color: 7388602.

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

Color convert

RGB186189112-
CMYK0.0200.410.26
HSL62.34º36.84%59.02%-
HSV(B)62.34º40.74%74.12%-
XYZ41.374822.41-
YUV179.3290.01132.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=38.19%
G=38.81%
B=23.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891120.0200.410.2662.3436.8459.02
HexBABD7020291A3e253b
Octal272275160205132764573
Binary1011101010111101111000010010100111010111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD70; }

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

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

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

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

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

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

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

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