#A0C487

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

Shades of Gossip #A0C487

Tints of Gossip #A0C487

Color information

#A0C487 (or 0xA0C487) is unknown color: approx Gossip. HEX triplet: A0, C4 and 87. RGB value is (160,196,135). Sum of RGB (Red+Green+Blue) = 160+196+135=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C487 is #5F3B78. Grayscale: #B2B2B2. Windows color (decimal): -6241145 or 8897696. OLE color: 8897696.

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

Color convert

RGB160196135-
CMYK0.1800.310.23
HSL95.41º34.08%64.9%-
HSV(B)95.41º31.12%76.86%-
XYZ38.6148.730.29-
YUV178.28103.57114.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=32.59%
G=39.92%
B=27.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961350.1800.310.2395.4134.0864.9
HexA0C4871201F175f2241
Octal240304207220372713742101
Binary101000001100010010000111100100111111011110111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C487; }

 p { color: rgb(160,196,135); }

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

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

 a { background-color: rgb(160,196,135); }

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

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

 span { border-color: rgb(160,196,135); }

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