#BABD67

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

Shades of Dark Khaki #BABD67

Tints of Dark Khaki #BABD67

Color information

#BABD67 (or 0xBABD67) is unknown color: approx Dark Khaki. HEX triplet: BA, BD and 67. RGB value is (186,189,103). Sum of RGB (Red+Green+Blue) = 186+189+103=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD67 is #454298. Grayscale: #B2B2B2. Windows color (decimal): -4539033 or 6798778. OLE color: 6798778.

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

Color convert

RGB186189103-
CMYK0.0200.460.26
HSL62.09º39.45%57.25%-
HSV(B)62.09º45.5%74.12%-
XYZ40.947.8119.91-
YUV178.385.51133.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=38.91%
G=39.54%
B=21.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891030.0200.460.2662.0939.4557.25
HexBABD67202E1A3e2739
Octal272275147205632764771
Binary1011101010111101110011110010111011010111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD67; }

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

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

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

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

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

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

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

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