#A2D485

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

Shades of Gossip #A2D485

Tints of Gossip #A2D485

Color information

#A2D485 (or 0xA2D485) is unknown color: approx Gossip. HEX triplet: A2, D4 and 85. RGB value is (162,212,133). Sum of RGB (Red+Green+Blue) = 162+212+133=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D485 is #5D2B7A. Grayscale: #BCBCBC. Windows color (decimal): -6105979 or 8770722. OLE color: 8770722.

HSL color Cylindrical-coordinate representation of color #A2D485: hue angle of 97.97º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2D485 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB162212133-
CMYK0.2400.370.17
HSL97.97º47.88%67.65%-
HSV(B)97.97º37.26%83.14%-
XYZ42.6856.4630.84-
YUV188.0496.94109.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=31.95%
G=41.81%
B=26.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121330.2400.370.1797.9747.8867.65
HexA2D4851802511623044
Octal242324205300452114260104
Binary1010001011010100100001011100001001011000111000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D485; }

 p { color: rgb(162,212,133); }

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

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

 a { background-color: rgb(162,212,133); }

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

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

 span { border-color: rgb(162,212,133); }

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