Shades of Gossip #91D485
Tints of Gossip #91D485
RGB
CMYK
RGB Variations
Color information
#91D485 (or 0x91D485) is known color: Gossip. HEX triplet: 91, D4 and 85. RGB value is (145,212,133). Sum of RGB (Red+Green+Blue) = 145+212+133=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #91D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D485 is #6E2B7A. Grayscale: #B7B7B7. Windows color (decimal): -7220091 or 8770705. OLE color: 8770705.
HSL color Cylindrical-coordinate representation of color #91D485: hue angle of 110.89º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91D485 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 133 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.17 |
| HSL | 110.89º | 0.48% | 0.68% | - |
| HSV(B) | 110.89º | 0.37% | 0.83% | - |
| XYZ | 39.45 | 54.8 | 30.69 | - |
| YUV | 182.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 133 | 0.32 | 0 | 0.37 | 0.17 | 110.89 | 0.48 | 0.68 |
| Hex | 91 | D4 | 85 | 20 | 0 | 25 | 11 | 6F | 30 | 44 |
| Octal | 221 | 324 | 205 | 40 | 0 | 45 | 21 | 157 | 60 | 104 |
| Binary | 10010001 | 11010100 | 10000101 | 100000 | 0 | 100101 | 10001 | 1101111 | 110000 | 1000100 |
Color Harmonies of #91D485
Complementary color
Monochromatic Colors of #91D485
Black with #91D485
Text Example
Text Example
White with #91D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D485; }
p { color: rgb(145,212,133); }
H1.HeaderClassName
{
color: #91D485;
}
.AnyTagClassName
{
color: #91D485;
}
</style>
background-color css
<style>
a { background-color: #91D485; }
a { background-color: rgb(145,212,133); }
div.DivClassName
{
background-color: #91D485;
}
.BgClassName
{
background-color: #91D485;
}
</style>
border-color css
<style>
span { border-color: #91D485; }
span { border-color: rgb(145,212,133); }
td.TdClassName
{
border-color: #91D485;
}
.TagClassName
{
border-color: #91D485;
}
</style>