#91DB80

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

Shades of Gossip #91DB80

Tints of Gossip #91DB80

Color information

#91DB80 (or 0x91DB80) is unknown color: approx Gossip. HEX triplet: 91, DB and 80. RGB value is (145,219,128). Sum of RGB (Red+Green+Blue) = 145+219+128=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #91DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DB80 is #6E247F. Grayscale: #BABABA. Windows color (decimal): -7218304 or 8444817. OLE color: 8444817.

HSL color Cylindrical-coordinate representation of color #91DB80: hue angle of 108.79º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DB80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB145219128-
CMYK0.3400.420.14
HSL108.79º55.83%68.04%-
HSV(B)108.79º41.55%85.88%-
XYZ40.958.2429.51-
YUV186.594.9898.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 219 (85.94% from 255) = 44.51%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=29.47%
G=44.51%
B=26.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452191280.3400.420.14108.7955.8368.04
Hex91DB802202AE6d3844
Octal221333200420521615570104
Binary1001000111011011100000001000100101010111011011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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