#A2D387

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

Shades of Gossip #A2D387

Tints of Gossip #A2D387

Color information

#A2D387 (or 0xA2D387) is unknown color: approx Gossip. HEX triplet: A2, D3 and 87. RGB value is (162,211,135). Sum of RGB (Red+Green+Blue) = 162+211+135=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D387 is #5D2C78. Grayscale: #BBBBBB. Windows color (decimal): -6106233 or 8901538. OLE color: 8901538.

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

Color convert

RGB162211135-
CMYK0.2300.360.17
HSL98.68º46.34%67.84%-
HSV(B)98.68º36.02%82.75%-
XYZ42.5756.0231.49-
YUV187.6898.27109.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=31.89%
G=41.54%
B=26.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111350.2300.360.1798.6846.3467.84
HexA2D3871702411632e44
Octal242323207270442114356104
Binary1010001011010011100001111011101001001000111000111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D387; }

 p { color: rgb(162,211,135); }

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

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

 a { background-color: rgb(162,211,135); }

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

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

 span { border-color: rgb(162,211,135); }

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