Shades of Gossip #99D576
Tints of Gossip #99D576
RGB
CMYK
RGB Variations
Color information
#99D576 (or 0x99D576) is known color: Gossip. HEX triplet: 99, D5 and 76. RGB value is (153,213,118). Sum of RGB (Red+Green+Blue) = 153+213+118=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #99D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D576 is #662A89. Grayscale: #B8B8B8. Windows color (decimal): -6695562 or 7787929. OLE color: 7787929.
HSL color Cylindrical-coordinate representation of color #99D576: hue angle of 97.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99D576 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 118 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.16 |
| HSL | 97.89º | 0.53% | 0.65% | - |
| HSV(B) | 97.89º | 0.45% | 0.84% | - |
| XYZ | 40.2 | 55.67 | 25.77 | - |
| YUV | 184.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 118 | 0.28 | 0 | 0.45 | 0.16 | 97.89 | 0.53 | 0.65 |
| Hex | 99 | D5 | 76 | 1C | 0 | 2D | 10 | 62 | 35 | 41 |
| Octal | 231 | 325 | 166 | 34 | 0 | 55 | 20 | 142 | 65 | 101 |
| Binary | 10011001 | 11010101 | 1110110 | 11100 | 0 | 101101 | 10000 | 1100010 | 110101 | 1000001 |
Color Harmonies of #99D576
Complementary color
Monochromatic Colors of #99D576
Black with #99D576
Text Example
Text Example
White with #99D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D576; }
p { color: rgb(153,213,118); }
H1.HeaderClassName
{
color: #99D576;
}
.AnyTagClassName
{
color: #99D576;
}
</style>
background-color css
<style>
a { background-color: #99D576; }
a { background-color: rgb(153,213,118); }
div.DivClassName
{
background-color: #99D576;
}
.BgClassName
{
background-color: #99D576;
}
</style>
border-color css
<style>
span { border-color: #99D576; }
span { border-color: rgb(153,213,118); }
td.TdClassName
{
border-color: #99D576;
}
.TagClassName
{
border-color: #99D576;
}
</style>