Shades of Gossip #99D969
Tints of Gossip #99D969
RGB
CMYK
RGB Variations
Color information
#99D969 (or 0x99D969) is known color: Gossip. HEX triplet: 99, D9 and 69. RGB value is (153,217,105). Sum of RGB (Red+Green+Blue) = 153+217+105=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #99D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D969 is #662696. Grayscale: #B9B9B9. Windows color (decimal): -6694551 or 6936985. OLE color: 6936985.
HSL color Cylindrical-coordinate representation of color #99D969: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99D969 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 105 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 94.29º | 0.6% | 0.63% | - |
| HSV(B) | 94.29º | 0.52% | 0.85% | - |
| XYZ | 40.5 | 57.42 | 22.31 | - |
| YUV | 185.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 105 | 0.29 | 0 | 0.52 | 0.15 | 94.29 | 0.6 | 0.63 |
| Hex | 99 | D9 | 69 | 1D | 0 | 34 | F | 5E | 3C | 3F |
| Octal | 231 | 331 | 151 | 35 | 0 | 64 | 17 | 136 | 74 | 77 |
| Binary | 10011001 | 11011001 | 1101001 | 11101 | 0 | 110100 | 1111 | 1011110 | 111100 | 111111 |
Color Harmonies of #99D969
Complementary color
Monochromatic Colors of #99D969
Black with #99D969
Text Example
Text Example
White with #99D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D969; }
p { color: rgb(153,217,105); }
H1.HeaderClassName
{
color: #99D969;
}
.AnyTagClassName
{
color: #99D969;
}
</style>
background-color css
<style>
a { background-color: #99D969; }
a { background-color: rgb(153,217,105); }
div.DivClassName
{
background-color: #99D969;
}
.BgClassName
{
background-color: #99D969;
}
</style>
border-color css
<style>
span { border-color: #99D969; }
span { border-color: rgb(153,217,105); }
td.TdClassName
{
border-color: #99D969;
}
.TagClassName
{
border-color: #99D969;
}
</style>