Shades of Gossip #91BE80
Tints of Gossip #91BE80
RGB
CMYK
RGB Variations
Color information
#91BE80 (or 0x91BE80) is known color: Gossip. HEX triplet: 91, BE and 80. RGB value is (145,190,128). Sum of RGB (Red+Green+Blue) = 145+190+128=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BE80 is #6E417F. Grayscale: #A9A9A9. Windows color (decimal): -7225728 or 8437393. OLE color: 8437393.
HSL color Cylindrical-coordinate representation of color #91BE80: hue angle of 103.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BE80 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 128 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.25 |
| HSL | 103.55º | 0.32% | 0.62% | - |
| HSV(B) | 103.55º | 0.33% | 0.75% | - |
| XYZ | 33.99 | 44.41 | 27.2 | - |
| YUV | 169.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 128 | 0.24 | 0 | 0.33 | 0.25 | 103.55 | 0.32 | 0.62 |
| Hex | 91 | BE | 80 | 18 | 0 | 21 | 19 | 68 | 20 | 3E |
| Octal | 221 | 276 | 200 | 30 | 0 | 41 | 31 | 150 | 40 | 76 |
| Binary | 10010001 | 10111110 | 10000000 | 11000 | 0 | 100001 | 11001 | 1101000 | 100000 | 111110 |
Color Harmonies of #91BE80
Complementary color
Monochromatic Colors of #91BE80
Black with #91BE80
Text Example
Text Example
White with #91BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE80; }
p { color: rgb(145,190,128); }
H1.HeaderClassName
{
color: #91BE80;
}
.AnyTagClassName
{
color: #91BE80;
}
</style>
background-color css
<style>
a { background-color: #91BE80; }
a { background-color: rgb(145,190,128); }
div.DivClassName
{
background-color: #91BE80;
}
.BgClassName
{
background-color: #91BE80;
}
</style>
border-color css
<style>
span { border-color: #91BE80; }
span { border-color: rgb(145,190,128); }
td.TdClassName
{
border-color: #91BE80;
}
.TagClassName
{
border-color: #91BE80;
}
</style>