Shades of Gossip #91C984
Tints of Gossip #91C984
RGB
CMYK
RGB Variations
Color information
#91C984 (or 0x91C984) is known color: Gossip. HEX triplet: 91, C9 and 84. RGB value is (145,201,132). Sum of RGB (Red+Green+Blue) = 145+201+132=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #91C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C984 is #6E367B. Grayscale: #B0B0B0. Windows color (decimal): -7222908 or 8702353. OLE color: 8702353.
HSL color Cylindrical-coordinate representation of color #91C984: hue angle of 108.7º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91C984 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 132 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.21 |
| HSL | 108.7º | 0.39% | 0.65% | - |
| HSV(B) | 108.7º | 0.34% | 0.79% | - |
| XYZ | 36.73 | 49.46 | 29.44 | - |
| YUV | 176.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 132 | 0.28 | 0 | 0.34 | 0.21 | 108.7 | 0.39 | 0.65 |
| Hex | 91 | C9 | 84 | 1C | 0 | 22 | 15 | 6D | 27 | 41 |
| Octal | 221 | 311 | 204 | 34 | 0 | 42 | 25 | 155 | 47 | 101 |
| Binary | 10010001 | 11001001 | 10000100 | 11100 | 0 | 100010 | 10101 | 1101101 | 100111 | 1000001 |
Color Harmonies of #91C984
Complementary color
Monochromatic Colors of #91C984
Black with #91C984
Text Example
Text Example
White with #91C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C984; }
p { color: rgb(145,201,132); }
H1.HeaderClassName
{
color: #91C984;
}
.AnyTagClassName
{
color: #91C984;
}
</style>
background-color css
<style>
a { background-color: #91C984; }
a { background-color: rgb(145,201,132); }
div.DivClassName
{
background-color: #91C984;
}
.BgClassName
{
background-color: #91C984;
}
</style>
border-color css
<style>
span { border-color: #91C984; }
span { border-color: rgb(145,201,132); }
td.TdClassName
{
border-color: #91C984;
}
.TagClassName
{
border-color: #91C984;
}
</style>