Shades of Gossip #99D276
Tints of Gossip #99D276
RGB
CMYK
RGB Variations
Color information
#99D276 (or 0x99D276) is known color: Gossip. HEX triplet: 99, D2 and 76. RGB value is (153,210,118). Sum of RGB (Red+Green+Blue) = 153+210+118=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #99D276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D276 is #662D89. Grayscale: #B6B6B6. Windows color (decimal): -6696330 or 7787161. OLE color: 7787161.
HSL color Cylindrical-coordinate representation of color #99D276: hue angle of 97.17º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D276 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 118 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.18 |
| HSL | 97.17º | 0.51% | 0.64% | - |
| HSV(B) | 97.17º | 0.44% | 0.82% | - |
| XYZ | 39.45 | 54.17 | 25.52 | - |
| YUV | 182.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 118 | 0.27 | 0 | 0.44 | 0.18 | 97.17 | 0.51 | 0.64 |
| Hex | 99 | D2 | 76 | 1B | 0 | 2C | 12 | 61 | 33 | 40 |
| Octal | 231 | 322 | 166 | 33 | 0 | 54 | 22 | 141 | 63 | 100 |
| Binary | 10011001 | 11010010 | 1110110 | 11011 | 0 | 101100 | 10010 | 1100001 | 110011 | 1000000 |
Color Harmonies of #99D276
Complementary color
Monochromatic Colors of #99D276
Black with #99D276
Text Example
Text Example
White with #99D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D276; }
p { color: rgb(153,210,118); }
H1.HeaderClassName
{
color: #99D276;
}
.AnyTagClassName
{
color: #99D276;
}
</style>
background-color css
<style>
a { background-color: #99D276; }
a { background-color: rgb(153,210,118); }
div.DivClassName
{
background-color: #99D276;
}
.BgClassName
{
background-color: #99D276;
}
</style>
border-color css
<style>
span { border-color: #99D276; }
span { border-color: rgb(153,210,118); }
td.TdClassName
{
border-color: #99D276;
}
.TagClassName
{
border-color: #99D276;
}
</style>