Shades of Gossip #91D273
Tints of Gossip #91D273
RGB
CMYK
RGB Variations
Color information
#91D273 (or 0x91D273) is known color: Gossip. HEX triplet: 91, D2 and 73. RGB value is (145,210,115). Sum of RGB (Red+Green+Blue) = 145+210+115=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #91D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D273 is #6E2D8C. Grayscale: #B4B4B4. Windows color (decimal): -7220621 or 7590545. OLE color: 7590545.
HSL color Cylindrical-coordinate representation of color #91D273: hue angle of 101.05º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91D273 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 115 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.18 |
| HSL | 101.05º | 0.51% | 0.64% | - |
| HSV(B) | 101.05º | 0.45% | 0.82% | - |
| XYZ | 37.82 | 53.35 | 24.52 | - |
| YUV | 179.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 115 | 0.31 | 0 | 0.45 | 0.18 | 101.05 | 0.51 | 0.64 |
| Hex | 91 | D2 | 73 | 1F | 0 | 2D | 12 | 65 | 33 | 40 |
| Octal | 221 | 322 | 163 | 37 | 0 | 55 | 22 | 145 | 63 | 100 |
| Binary | 10010001 | 11010010 | 1110011 | 11111 | 0 | 101101 | 10010 | 1100101 | 110011 | 1000000 |
Color Harmonies of #91D273
Complementary color
Monochromatic Colors of #91D273
Black with #91D273
Text Example
Text Example
White with #91D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D273; }
p { color: rgb(145,210,115); }
H1.HeaderClassName
{
color: #91D273;
}
.AnyTagClassName
{
color: #91D273;
}
</style>
background-color css
<style>
a { background-color: #91D273; }
a { background-color: rgb(145,210,115); }
div.DivClassName
{
background-color: #91D273;
}
.BgClassName
{
background-color: #91D273;
}
</style>
border-color css
<style>
span { border-color: #91D273; }
span { border-color: rgb(145,210,115); }
td.TdClassName
{
border-color: #91D273;
}
.TagClassName
{
border-color: #91D273;
}
</style>