Shades of Gossip #90D96B
Tints of Gossip #90D96B
RGB
CMYK
RGB Variations
Color information
#90D96B (or 0x90D96B) is known color: Gossip. HEX triplet: 90, D9 and 6B. RGB value is (144,217,107). Sum of RGB (Red+Green+Blue) = 144+217+107=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #90D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D96B is #6F2694. Grayscale: #B7B7B7. Windows color (decimal): -7284373 or 7068048. OLE color: 7068048.
HSL color Cylindrical-coordinate representation of color #90D96B: hue angle of 99.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90D96B is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 217 | 107 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.15 |
| HSL | 99.82º | 0.59% | 0.64% | - |
| HSV(B) | 99.82º | 0.51% | 0.85% | - |
| XYZ | 38.97 | 56.62 | 22.78 | - |
| YUV | 182.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 107 | 0.34 | 0 | 0.51 | 0.15 | 99.82 | 0.59 | 0.64 |
| Hex | 90 | D9 | 6B | 22 | 0 | 33 | F | 64 | 3B | 40 |
| Octal | 220 | 331 | 153 | 42 | 0 | 63 | 17 | 144 | 73 | 100 |
| Binary | 10010000 | 11011001 | 1101011 | 100010 | 0 | 110011 | 1111 | 1100100 | 111011 | 1000000 |
Color Harmonies of #90D96B
Complementary color
Monochromatic Colors of #90D96B
Black with #90D96B
Text Example
Text Example
White with #90D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D96B; }
p { color: rgb(144,217,107); }
H1.HeaderClassName
{
color: #90D96B;
}
.AnyTagClassName
{
color: #90D96B;
}
</style>
background-color css
<style>
a { background-color: #90D96B; }
a { background-color: rgb(144,217,107); }
div.DivClassName
{
background-color: #90D96B;
}
.BgClassName
{
background-color: #90D96B;
}
</style>
border-color css
<style>
span { border-color: #90D96B; }
span { border-color: rgb(144,217,107); }
td.TdClassName
{
border-color: #90D96B;
}
.TagClassName
{
border-color: #90D96B;
}
</style>