Shades of Gossip #99D46B
Tints of Gossip #99D46B
RGB
CMYK
RGB Variations
Color information
#99D46B (or 0x99D46B) is known color: Gossip. HEX triplet: 99, D4 and 6B. RGB value is (153,212,107). Sum of RGB (Red+Green+Blue) = 153+212+107=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #99D46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D46B is #662B94. Grayscale: #B6B6B6. Windows color (decimal): -6695829 or 7066777. OLE color: 7066777.
HSL color Cylindrical-coordinate representation of color #99D46B: hue angle of 93.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99D46B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 107 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.17 |
| HSL | 93.71º | 0.55% | 0.63% | - |
| HSV(B) | 93.71º | 0.5% | 0.83% | - |
| XYZ | 39.33 | 54.92 | 22.44 | - |
| YUV | 182.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 107 | 0.28 | 0 | 0.50 | 0.17 | 93.71 | 0.55 | 0.63 |
| Hex | 99 | D4 | 6B | 1C | 0 | 32 | 11 | 5E | 37 | 3F |
| Octal | 231 | 324 | 153 | 34 | 0 | 62 | 21 | 136 | 67 | 77 |
| Binary | 10011001 | 11010100 | 1101011 | 11100 | 0 | 110010 | 10001 | 1011110 | 110111 | 111111 |
Color Harmonies of #99D46B
Complementary color
Monochromatic Colors of #99D46B
Black with #99D46B
Text Example
Text Example
White with #99D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D46B; }
p { color: rgb(153,212,107); }
H1.HeaderClassName
{
color: #99D46B;
}
.AnyTagClassName
{
color: #99D46B;
}
</style>
background-color css
<style>
a { background-color: #99D46B; }
a { background-color: rgb(153,212,107); }
div.DivClassName
{
background-color: #99D46B;
}
.BgClassName
{
background-color: #99D46B;
}
</style>
border-color css
<style>
span { border-color: #99D46B; }
span { border-color: rgb(153,212,107); }
td.TdClassName
{
border-color: #99D46B;
}
.TagClassName
{
border-color: #99D46B;
}
</style>