#A1C97C

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

Shades of Gossip #A1C97C

Tints of Gossip #A1C97C

Color information

#A1C97C (or 0xA1C97C) is unknown color: approx Gossip. HEX triplet: A1, C9 and 7C. RGB value is (161,201,124). Sum of RGB (Red+Green+Blue) = 161+201+124=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C97C is #5E3683. Grayscale: #B4B4B4. Windows color (decimal): -6174340 or 8178081. OLE color: 8178081.

HSL color Cylindrical-coordinate representation of color #A1C97C: hue angle of 91.17º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1C97C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB161201124-
CMYK0.2000.380.21
HSL91.17º41.62%63.73%-
HSV(B)91.17º38.31%78.82%-
XYZ39.2250.8126.81-
YUV180.2696.25114.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=33.13%
G=41.36%
B=25.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011240.2000.380.2191.1741.6263.73
HexA1C97C14026155b2a40
Octal241311174240462513352100
Binary101000011100100111111001010001001101010110110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C97C; }

 p { color: rgb(161,201,124); }

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

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

 a { background-color: rgb(161,201,124); }

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

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

 span { border-color: rgb(161,201,124); }

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