Shades of Gossip #91CF82
Tints of Gossip #91CF82
RGB
CMYK
RGB Variations
Color information
#91CF82 (or 0x91CF82) is known color: Gossip. HEX triplet: 91, CF and 82. RGB value is (145,207,130). Sum of RGB (Red+Green+Blue) = 145+207+130=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CF82 is #6E307D. Grayscale: #B3B3B3. Windows color (decimal): -7221374 or 8572817. OLE color: 8572817.
HSL color Cylindrical-coordinate representation of color #91CF82: hue angle of 108.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91CF82 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 130 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.19 |
| HSL | 108.31º | 0.45% | 0.66% | - |
| HSV(B) | 108.31º | 0.37% | 0.81% | - |
| XYZ | 38.02 | 52.26 | 29.2 | - |
| YUV | 179.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 130 | 0.30 | 0 | 0.37 | 0.19 | 108.31 | 0.45 | 0.66 |
| Hex | 91 | CF | 82 | 1E | 0 | 25 | 13 | 6C | 2D | 42 |
| Octal | 221 | 317 | 202 | 36 | 0 | 45 | 23 | 154 | 55 | 102 |
| Binary | 10010001 | 11001111 | 10000010 | 11110 | 0 | 100101 | 10011 | 1101100 | 101101 | 1000010 |
Color Harmonies of #91CF82
Complementary color
Monochromatic Colors of #91CF82
Black with #91CF82
Text Example
Text Example
White with #91CF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF82; }
p { color: rgb(145,207,130); }
H1.HeaderClassName
{
color: #91CF82;
}
.AnyTagClassName
{
color: #91CF82;
}
</style>
background-color css
<style>
a { background-color: #91CF82; }
a { background-color: rgb(145,207,130); }
div.DivClassName
{
background-color: #91CF82;
}
.BgClassName
{
background-color: #91CF82;
}
</style>
border-color css
<style>
span { border-color: #91CF82; }
span { border-color: rgb(145,207,130); }
td.TdClassName
{
border-color: #91CF82;
}
.TagClassName
{
border-color: #91CF82;
}
</style>