#A5C991

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

Shades of Gossip #A5C991

Tints of Gossip #A5C991

Color information

#A5C991 (or 0xA5C991) is unknown color: approx Gossip. HEX triplet: A5, C9 and 91. RGB value is (165,201,145). Sum of RGB (Red+Green+Blue) = 165+201+145=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C991 is #5A366E. Grayscale: #B8B8B8. Windows color (decimal): -5912175 or 9554341. OLE color: 9554341.

HSL color Cylindrical-coordinate representation of color #A5C991: hue angle of 98.57º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5C991 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB165201145-
CMYK0.1800.280.21
HSL98.57º34.15%67.84%-
HSV(B)98.57º27.86%78.82%-
XYZ41.5151.8234.6-
YUV183.85106.07114.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=32.29%
G=39.33%
B=28.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011450.1800.280.2198.5734.1567.84
HexA5C9911201C15632244
Octal245311221220342514342104
Binary101001011100100110010001100100111001010111000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C991; }

 p { color: rgb(165,201,145); }

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

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

 a { background-color: rgb(165,201,145); }

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

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

 span { border-color: rgb(165,201,145); }

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