Shades of Gossip #91C582
Tints of Gossip #91C582
RGB
CMYK
RGB Variations
Color information
#91C582 (or 0x91C582) is known color: Gossip. HEX triplet: 91, C5 and 82. RGB value is (145,197,130). Sum of RGB (Red+Green+Blue) = 145+197+130=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #91C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C582 is #6E3A7D. Grayscale: #AEAEAE. Windows color (decimal): -7223934 or 8570257. OLE color: 8570257.
HSL color Cylindrical-coordinate representation of color #91C582: hue angle of 106.57º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91C582 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 197 | 130 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.23 |
| HSL | 106.57º | 0.37% | 0.64% | - |
| HSV(B) | 106.57º | 0.34% | 0.77% | - |
| XYZ | 35.67 | 47.56 | 28.42 | - |
| YUV | 173.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 197 | 130 | 0.26 | 0 | 0.34 | 0.23 | 106.57 | 0.37 | 0.64 |
| Hex | 91 | C5 | 82 | 1A | 0 | 22 | 17 | 6B | 25 | 40 |
| Octal | 221 | 305 | 202 | 32 | 0 | 42 | 27 | 153 | 45 | 100 |
| Binary | 10010001 | 11000101 | 10000010 | 11010 | 0 | 100010 | 10111 | 1101011 | 100101 | 1000000 |
Color Harmonies of #91C582
Complementary color
Monochromatic Colors of #91C582
Black with #91C582
Text Example
Text Example
White with #91C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C582; }
p { color: rgb(145,197,130); }
H1.HeaderClassName
{
color: #91C582;
}
.AnyTagClassName
{
color: #91C582;
}
</style>
background-color css
<style>
a { background-color: #91C582; }
a { background-color: rgb(145,197,130); }
div.DivClassName
{
background-color: #91C582;
}
.BgClassName
{
background-color: #91C582;
}
</style>
border-color css
<style>
span { border-color: #91C582; }
span { border-color: rgb(145,197,130); }
td.TdClassName
{
border-color: #91C582;
}
.TagClassName
{
border-color: #91C582;
}
</style>