#A0C586

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

Shades of Gossip #A0C586

Tints of Gossip #A0C586

Color information

#A0C586 (or 0xA0C586) is unknown color: approx Gossip. HEX triplet: A0, C5 and 86. RGB value is (160,197,134). Sum of RGB (Red+Green+Blue) = 160+197+134=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C586 is #5F3A79. Grayscale: #B2B2B2. Windows color (decimal): -6240890 or 8832416. OLE color: 8832416.

HSL color Cylindrical-coordinate representation of color #A0C586: hue angle of 95.24º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C586 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB160197134-
CMYK0.1900.320.23
HSL95.24º35.2%64.9%-
HSV(B)95.24º31.98%77.25%-
XYZ38.7749.1329.99-
YUV178.76102.74114.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=32.59%
G=40.12%
B=27.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971340.1900.320.2395.2435.264.9
HexA0C58613020175f2341
Octal240305206230402713743101
Binary1010000011000101100001101001101000001011110111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C586; }

 p { color: rgb(160,197,134); }

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

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

 a { background-color: rgb(160,197,134); }

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

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

 span { border-color: rgb(160,197,134); }

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