#A1C984

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

Shades of Gossip #A1C984

Tints of Gossip #A1C984

Color information

#A1C984 (or 0xA1C984) is unknown color: approx Gossip. HEX triplet: A1, C9 and 84. RGB value is (161,201,132). Sum of RGB (Red+Green+Blue) = 161+201+132=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C984 is #5E367B. Grayscale: #B5B5B5. Windows color (decimal): -6174332 or 8702369. OLE color: 8702369.

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

Color convert

RGB161201132-
CMYK0.2000.340.21
HSL94.78º38.98%65.29%-
HSV(B)94.78º34.33%78.82%-
XYZ39.7551.0229.58-
YUV181.17100.25113.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=32.59%
G=40.69%
B=26.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011320.2000.340.2194.7838.9865.29
HexA1C98414022155f2741
Octal241311204240422513747101
Binary1010000111001001100001001010001000101010110111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C984; }

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

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

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

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

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

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

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

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