Shades of Gossip #91D170
Tints of Gossip #91D170
RGB
CMYK
RGB Variations
Color information
#91D170 (or 0x91D170) is known color: Gossip. HEX triplet: 91, D1 and 70. RGB value is (145,209,112). Sum of RGB (Red+Green+Blue) = 145+209+112=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #91D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D170 is #6E2E8F. Grayscale: #B3B3B3. Windows color (decimal): -7220880 or 7393681. OLE color: 7393681.
HSL color Cylindrical-coordinate representation of color #91D170: hue angle of 99.59º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91D170 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 112 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 99.59º | 0.51% | 0.63% | - |
| HSV(B) | 99.59º | 0.46% | 0.82% | - |
| XYZ | 37.4 | 52.79 | 23.55 | - |
| YUV | 178.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 112 | 0.31 | 0 | 0.46 | 0.18 | 99.59 | 0.51 | 0.63 |
| Hex | 91 | D1 | 70 | 1F | 0 | 2E | 12 | 64 | 33 | 3F |
| Octal | 221 | 321 | 160 | 37 | 0 | 56 | 22 | 144 | 63 | 77 |
| Binary | 10010001 | 11010001 | 1110000 | 11111 | 0 | 101110 | 10010 | 1100100 | 110011 | 111111 |
Color Harmonies of #91D170
Complementary color
Monochromatic Colors of #91D170
Black with #91D170
Text Example
Text Example
White with #91D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D170; }
p { color: rgb(145,209,112); }
H1.HeaderClassName
{
color: #91D170;
}
.AnyTagClassName
{
color: #91D170;
}
</style>
background-color css
<style>
a { background-color: #91D170; }
a { background-color: rgb(145,209,112); }
div.DivClassName
{
background-color: #91D170;
}
.BgClassName
{
background-color: #91D170;
}
</style>
border-color css
<style>
span { border-color: #91D170; }
span { border-color: rgb(145,209,112); }
td.TdClassName
{
border-color: #91D170;
}
.TagClassName
{
border-color: #91D170;
}
</style>