#A5D293

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

Shades of Gossip #A5D293

Tints of Gossip #A5D293

Color information

#A5D293 (or 0xA5D293) is unknown color: approx Gossip. HEX triplet: A5, D2 and 93. RGB value is (165,210,147). Sum of RGB (Red+Green+Blue) = 165+210+147=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D293 is #5A2D6C. Grayscale: #BDBDBD. Windows color (decimal): -5909869 or 9687717. OLE color: 9687717.

HSL color Cylindrical-coordinate representation of color #A5D293: hue angle of 102.86º degrees, saturation: 0.41, 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 #A5D293 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB165210147-
CMYK0.2100.300.18
HSL102.86º41.18%70%-
HSV(B)102.86º30%82.35%-
XYZ43.8356.236.14-
YUV189.36104.09110.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=31.61%
G=40.23%
B=28.16%

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
Decimal1652101470.2100.300.18102.8641.1870
HexA5D2931501E12672946
Octal245322223250362214751106
Binary101001011101001010010011101010111101001011001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D293; }

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

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

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

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

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

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

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

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