#A1D189

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

Shades of Gossip #A1D189

Tints of Gossip #A1D189

Color information

#A1D189 (or 0xA1D189) is unknown color: approx Gossip. HEX triplet: A1, D1 and 89. RGB value is (161,209,137). Sum of RGB (Red+Green+Blue) = 161+209+137=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D189 is #5E2E76. Grayscale: #BABABA. Windows color (decimal): -6172279 or 9032097. OLE color: 9032097.

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

Color convert

RGB161209137-
CMYK0.2300.340.18
HSL100º43.9%67.84%-
HSV(B)100º34.45%81.96%-
XYZ42.0154.9832.07-
YUV186.44100.1109.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 209 (82.03% from 255) = 41.22%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=31.76%
G=41.22%
B=27.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091370.2300.340.1810043.967.84
HexA1D1891702212642c44
Octal241321211270422214454104
Binary1010000111010001100010011011101000101001011001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D189; }

 p { color: rgb(161,209,137); }

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

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

 a { background-color: rgb(161,209,137); }

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

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

 span { border-color: rgb(161,209,137); }

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