#BAB76F

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

Shades of Dark Khaki #BAB76F

Tints of Dark Khaki #BAB76F

Color information

#BAB76F (or 0xBAB76F) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 6F. RGB value is (186,183,111). Sum of RGB (Red+Green+Blue) = 186+183+111=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB76F is #454890. Grayscale: #AFAFAF. Windows color (decimal): -4540561 or 7321530. OLE color: 7321530.

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

Color convert

RGB186183111-
CMYK00.020.400.27
HSL57.6º35.21%58.24%-
HSV(B)57.6º40.32%72.94%-
XYZ40.0545.4521.7-
YUV175.6991.49135.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=38.75%
G=38.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311100.020.400.2757.635.2158.24
HexBAB76F02281B3a233a
Octal272267157025033724372
Binary1011101010110111110111101010100011011111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB76F; }

 p { color: rgb(186,183,111); }

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

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

 a { background-color: rgb(186,183,111); }

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

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

 span { border-color: rgb(186,183,111); }

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