#A1D585

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

Shades of Gossip #A1D585

Tints of Gossip #A1D585

Color information

#A1D585 (or 0xA1D585) is unknown color: approx Gossip. HEX triplet: A1, D5 and 85. RGB value is (161,213,133). Sum of RGB (Red+Green+Blue) = 161+213+133=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D585 is #5E2A7A. Grayscale: #BCBCBC. Windows color (decimal): -6171259 or 8770977. OLE color: 8770977.

HSL color Cylindrical-coordinate representation of color #A1D585: hue angle of 99º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1D585 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB161213133-
CMYK0.2400.380.16
HSL99º48.78%67.84%-
HSV(B)99º37.56%83.53%-
XYZ42.7356.8630.91-
YUV188.3396.77108.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=31.76%
G=42.01%
B=26.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131330.2400.380.169948.7867.84
HexA1D5851802610633144
Octal241325205300462014361104
Binary1010000111010101100001011100001001101000011000111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D585; }

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

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

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

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

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

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

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

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