#A1C587

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

Shades of Gossip #A1C587

Tints of Gossip #A1C587

Color information

#A1C587 (or 0xA1C587) is unknown color: approx Gossip. HEX triplet: A1, C5 and 87. RGB value is (161,197,135). Sum of RGB (Red+Green+Blue) = 161+197+135=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C587 is #5E3A78. Grayscale: #B3B3B3. Windows color (decimal): -6175353 or 8897953. OLE color: 8897953.

HSL color Cylindrical-coordinate representation of color #A1C587: hue angle of 94.84º degrees, saturation: 0.35, 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 #A1C587 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB161197135-
CMYK0.1800.310.23
HSL94.84º34.83%65.1%-
HSV(B)94.84º31.47%77.25%-
XYZ39.0449.2630.37-
YUV179.17103.07115.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=32.66%
G=39.96%
B=27.38%

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
Decimal1611971350.1800.310.2394.8434.8365.1
HexA1C5871201F175f2341
Octal241305207220372713743101
Binary101000011100010110000111100100111111011110111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C587; }

 p { color: rgb(161,197,135); }

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

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

 a { background-color: rgb(161,197,135); }

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

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

 span { border-color: rgb(161,197,135); }

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