Shades of Gossip #91D86C
Tints of Gossip #91D86C
RGB
CMYK
RGB Variations
Color information
#91D86C (or 0x91D86C) is known color: Gossip. HEX triplet: 91, D8 and 6C. RGB value is (145,216,108). Sum of RGB (Red+Green+Blue) = 145+216+108=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #91D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D86C is #6E2793. Grayscale: #B6B6B6. Windows color (decimal): -7219092 or 7133329. OLE color: 7133329.
HSL color Cylindrical-coordinate representation of color #91D86C: hue angle of 99.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91D86C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 216 | 108 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.15 |
| HSL | 99.44º | 0.58% | 0.64% | - |
| HSV(B) | 99.44º | 0.5% | 0.85% | - |
| XYZ | 38.94 | 56.21 | 22.99 | - |
| YUV | 182.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 108 | 0.33 | 0 | 0.50 | 0.15 | 99.44 | 0.58 | 0.64 |
| Hex | 91 | D8 | 6C | 21 | 0 | 32 | F | 63 | 3A | 40 |
| Octal | 221 | 330 | 154 | 41 | 0 | 62 | 17 | 143 | 72 | 100 |
| Binary | 10010001 | 11011000 | 1101100 | 100001 | 0 | 110010 | 1111 | 1100011 | 111010 | 1000000 |
Color Harmonies of #91D86C
Complementary color
Monochromatic Colors of #91D86C
Black with #91D86C
Text Example
Text Example
White with #91D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D86C; }
p { color: rgb(145,216,108); }
H1.HeaderClassName
{
color: #91D86C;
}
.AnyTagClassName
{
color: #91D86C;
}
</style>
background-color css
<style>
a { background-color: #91D86C; }
a { background-color: rgb(145,216,108); }
div.DivClassName
{
background-color: #91D86C;
}
.BgClassName
{
background-color: #91D86C;
}
</style>
border-color css
<style>
span { border-color: #91D86C; }
span { border-color: rgb(145,216,108); }
td.TdClassName
{
border-color: #91D86C;
}
.TagClassName
{
border-color: #91D86C;
}
</style>