#91D981

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

Shades of Gossip #91D981

Tints of Gossip #91D981

Color information

#91D981 (or 0x91D981) is unknown color: approx Gossip. HEX triplet: 91, D9 and 81. RGB value is (145,217,129). Sum of RGB (Red+Green+Blue) = 145+217+129=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #91D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D981 is #6E267E. Grayscale: #B9B9B9. Windows color (decimal): -7218815 or 8509841. OLE color: 8509841.

HSL color Cylindrical-coordinate representation of color #91D981: hue angle of 109.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D981 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB145217129-
CMYK0.3300.410.15
HSL109.09º53.66%67.84%-
HSV(B)109.09º40.55%85.1%-
XYZ40.4557.2329.68-
YUV185.4496.1599.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.53%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=29.53%
G=44.20%
B=26.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452171290.3300.410.15109.0953.6667.84
Hex91D98121029F6d3644
Octal221331201410511715566104
Binary1001000111011001100000011000010101001111111011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D981; }

 p { color: rgb(145,217,129); }

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

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

 a { background-color: rgb(145,217,129); }

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

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

 span { border-color: rgb(145,217,129); }

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