#91D980

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

Shades of Gossip #91D980

Tints of Gossip #91D980

Color information

#91D980 (or 0x91D980) is unknown color: approx Gossip. HEX triplet: 91, D9 and 80. RGB value is (145,217,128). Sum of RGB (Red+Green+Blue) = 145+217+128=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #91D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D980 is #6E267F. Grayscale: #B9B9B9. Windows color (decimal): -7218816 or 8444305. OLE color: 8444305.

HSL color Cylindrical-coordinate representation of color #91D980: hue angle of 108.54º 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 #91D980 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB145217128-
CMYK0.3300.410.15
HSL108.54º53.94%67.65%-
HSV(B)108.54º41.01%85.1%-
XYZ40.3957.229.33-
YUV185.3395.6599.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=29.59%
G=44.29%
B=26.12%

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
Decimal1452171280.3300.410.15108.5453.9467.65
Hex91D98021029F6d3644
Octal221331200410511715566104
Binary1001000111011001100000001000010101001111111011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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