#91D970

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

Shades of Gossip #91D970

Tints of Gossip #91D970

Color information

#91D970 (or 0x91D970) is unknown color: approx Gossip. HEX triplet: 91, D9 and 70. RGB value is (145,217,112). Sum of RGB (Red+Green+Blue) = 145+217+112=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #91D970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D970 is #6E268F. Grayscale: #B7B7B7. Windows color (decimal): -7218832 or 7395729. OLE color: 7395729.

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

Color convert

RGB145217112-
CMYK0.3300.480.15
HSL101.14º58.01%64.51%-
HSV(B)101.14º48.39%85.1%-
XYZ39.4156.8224.22-
YUV183.587.65100.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=30.59%
G=45.78%
B=23.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452171120.3300.480.15101.1458.0164.51
Hex91D97021030F653a41
Octal221331160410601714572101
Binary100100011101100111100001000010110000111111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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