Shades of Gossip #99D76C
Tints of Gossip #99D76C
RGB
CMYK
RGB Variations
Color information
#99D76C (or 0x99D76C) is known color: Gossip. HEX triplet: 99, D7 and 6C. RGB value is (153,215,108). Sum of RGB (Red+Green+Blue) = 153+215+108=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #99D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D76C is #662893. Grayscale: #B8B8B8. Windows color (decimal): -6695060 or 7133081. OLE color: 7133081.
HSL color Cylindrical-coordinate representation of color #99D76C: hue angle of 94.77º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99D76C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 108 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.16 |
| HSL | 94.77º | 0.57% | 0.63% | - |
| HSV(B) | 94.77º | 0.5% | 0.84% | - |
| XYZ | 40.14 | 56.46 | 22.97 | - |
| YUV | 184.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 108 | 0.29 | 0 | 0.50 | 0.16 | 94.77 | 0.57 | 0.63 |
| Hex | 99 | D7 | 6C | 1D | 0 | 32 | 10 | 5F | 39 | 3F |
| Octal | 231 | 327 | 154 | 35 | 0 | 62 | 20 | 137 | 71 | 77 |
| Binary | 10011001 | 11010111 | 1101100 | 11101 | 0 | 110010 | 10000 | 1011111 | 111001 | 111111 |
Color Harmonies of #99D76C
Complementary color
Monochromatic Colors of #99D76C
Black with #99D76C
Text Example
Text Example
White with #99D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D76C; }
p { color: rgb(153,215,108); }
H1.HeaderClassName
{
color: #99D76C;
}
.AnyTagClassName
{
color: #99D76C;
}
</style>
background-color css
<style>
a { background-color: #99D76C; }
a { background-color: rgb(153,215,108); }
div.DivClassName
{
background-color: #99D76C;
}
.BgClassName
{
background-color: #99D76C;
}
</style>
border-color css
<style>
span { border-color: #99D76C; }
span { border-color: rgb(153,215,108); }
td.TdClassName
{
border-color: #99D76C;
}
.TagClassName
{
border-color: #99D76C;
}
</style>