#a5d292

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

Shades of Gossip #A5D292

Tints of Gossip #A5D292

Color information

#A5D292 (or 0xA5D292) is unknown color: approx Gossip. HEX triplet: A5, D2 and 92. RGB value is (165,210,146). Sum of RGB (Red+Green+Blue) = 165+210+146=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D292 is #5A2D6D. Grayscale: #BDBDBD. Windows color (decimal): -5909870 or 9622181. OLE color: 9622181.

HSL color Cylindrical-coordinate representation of color #A5D292: hue angle of 102.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D292 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB165210146-
CMYK0.2100.300.18
HSL102.19º41.56%69.8%-
HSV(B)102.19º30.48%82.35%-
XYZ43.7556.1735.73-
YUV189.25103.59110.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=31.67%
G=40.31%
B=28.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101460.2100.300.18102.1941.5669.8
HexA5D2921501E12662a46
Octal245322222250362214652106
Binary101001011101001010010010101010111101001011001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5d292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5d292; }

 p { color: rgb(165,210,146); }

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

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

 a { background-color: rgb(165,210,146); }

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

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

 span { border-color: rgb(165,210,146); }

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