#BAB06D

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

Shades of Dark Khaki #BAB06D

Tints of Dark Khaki #BAB06D

Color information

#BAB06D (or 0xBAB06D) is unknown color: approx Dark Khaki. HEX triplet: BA, B0 and 6D. RGB value is (186,176,109). Sum of RGB (Red+Green+Blue) = 186+176+109=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06D is #454F92. Grayscale: #ABABAB. Windows color (decimal): -4542355 or 7188666. OLE color: 7188666.

HSL color Cylindrical-coordinate representation of color #BAB06D: hue angle of 52.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAB06D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186176109-
CMYK00.050.410.27
HSL52.21º35.81%57.84%-
HSV(B)52.21º41.4%72.94%-
XYZ38.5442.5920.66-
YUV171.3592.81138.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=39.49%
G=37.37%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617610900.050.410.2752.2135.8157.84
HexBAB06D05291B34243a
Octal272260155055133644472
Binary10111010101100001101101010110100111011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB06D; }

 p { color: rgb(186,176,109); }

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

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

 a { background-color: rgb(186,176,109); }

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

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

 span { border-color: rgb(186,176,109); }

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