#A1D185

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

Shades of Gossip #A1D185

Tints of Gossip #A1D185

Color information

#A1D185 (or 0xA1D185) is unknown color: approx Gossip. HEX triplet: A1, D1 and 85. RGB value is (161,209,133). Sum of RGB (Red+Green+Blue) = 161+209+133=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D185 is #5E2E7A. Grayscale: #BABABA. Windows color (decimal): -6172283 or 8769953. OLE color: 8769953.

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

Color convert

RGB161209133-
CMYK0.2300.360.18
HSL97.89º45.24%67.06%-
HSV(B)97.89º36.36%81.96%-
XYZ41.7354.8730.58-
YUV185.9898.1110.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=32.01%
G=41.55%
B=26.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091330.2300.360.1897.8945.2467.06
HexA1D1851702412622d43
Octal241321205270442214255103
Binary1010000111010001100001011011101001001001011000101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D185; }

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

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

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

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

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

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

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

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