Shades of Gossip #99D669
Tints of Gossip #99D669
RGB
CMYK
RGB Variations
Color information
#99D669 (or 0x99D669) is known color: Gossip. HEX triplet: 99, D6 and 69. RGB value is (153,214,105). Sum of RGB (Red+Green+Blue) = 153+214+105=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #99D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D669 is #662996. Grayscale: #B7B7B7. Windows color (decimal): -6695319 or 6936217. OLE color: 6936217.
HSL color Cylindrical-coordinate representation of color #99D669: hue angle of 93.58º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99D669 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 105 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.16 |
| HSL | 93.58º | 0.57% | 0.63% | - |
| HSV(B) | 93.58º | 0.51% | 0.84% | - |
| XYZ | 39.73 | 55.89 | 22.06 | - |
| YUV | 183.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 105 | 0.29 | 0 | 0.51 | 0.16 | 93.58 | 0.57 | 0.63 |
| Hex | 99 | D6 | 69 | 1D | 0 | 33 | 10 | 5E | 39 | 3F |
| Octal | 231 | 326 | 151 | 35 | 0 | 63 | 20 | 136 | 71 | 77 |
| Binary | 10011001 | 11010110 | 1101001 | 11101 | 0 | 110011 | 10000 | 1011110 | 111001 | 111111 |
Color Harmonies of #99D669
Complementary color
Monochromatic Colors of #99D669
Black with #99D669
Text Example
Text Example
White with #99D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D669; }
p { color: rgb(153,214,105); }
H1.HeaderClassName
{
color: #99D669;
}
.AnyTagClassName
{
color: #99D669;
}
</style>
background-color css
<style>
a { background-color: #99D669; }
a { background-color: rgb(153,214,105); }
div.DivClassName
{
background-color: #99D669;
}
.BgClassName
{
background-color: #99D669;
}
</style>
border-color css
<style>
span { border-color: #99D669; }
span { border-color: rgb(153,214,105); }
td.TdClassName
{
border-color: #99D669;
}
.TagClassName
{
border-color: #99D669;
}
</style>