#BAB577

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

Shades of Dark Khaki #BAB577

Tints of Dark Khaki #BAB577

Color information

#BAB577 (or 0xBAB577) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 77. RGB value is (186,181,119). Sum of RGB (Red+Green+Blue) = 186+181+119=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB577 is #454A88. Grayscale: #AFAFAF. Windows color (decimal): -4541065 or 7845306. OLE color: 7845306.

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

Color convert

RGB186181119-
CMYK00.030.360.27
HSL55.52º32.68%59.8%-
HSV(B)55.52º36.02%72.94%-
XYZ40.144.8223.99-
YUV175.4396.16135.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=38.27%
G=37.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618111900.030.360.2755.5232.6859.8
HexBAB57703241B38213c
Octal272265167034433704174
Binary1011101010110101111011101110010011011111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB577; }

 p { color: rgb(186,181,119); }

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

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

 a { background-color: rgb(186,181,119); }

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

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

 span { border-color: rgb(186,181,119); }

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