#A5CE95

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

Shades of Gossip #A5CE95

Tints of Gossip #A5CE95

Color information

#A5CE95 (or 0xA5CE95) is unknown color: approx Gossip. HEX triplet: A5, CE and 95. RGB value is (165,206,149). Sum of RGB (Red+Green+Blue) = 165+206+149=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE95 is #5A316A. Grayscale: #BBBBBB. Windows color (decimal): -5910891 or 9817765. OLE color: 9817765.

HSL color Cylindrical-coordinate representation of color #A5CE95: hue angle of 103.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5CE95 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB165206149-
CMYK0.2000.280.19
HSL103.16º36.77%69.61%-
HSV(B)103.16º27.67%80.78%-
XYZ43.0154.3136.65-
YUV187.24106.42112.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=31.73%
G=39.62%
B=28.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061490.2000.280.19103.1636.7769.61
HexA5CE951401C13672546
Octal245316225240342314745106
Binary101001011100111010010101101000111001001111001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE95; }

 p { color: rgb(165,206,149); }

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

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

 a { background-color: rgb(165,206,149); }

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

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

 span { border-color: rgb(165,206,149); }

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