Shades of Gossip #90C878
Tints of Gossip #90C878
RGB
CMYK
RGB Variations
Color information
#90C878 (or 0x90C878) is known color: Gossip. HEX triplet: 90, C8 and 78. RGB value is (144,200,120). Sum of RGB (Red+Green+Blue) = 144+200+120=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #90C878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C878 is #6F3787. Grayscale: #AEAEAE. Windows color (decimal): -7288712 or 7915664. OLE color: 7915664.
HSL color Cylindrical-coordinate representation of color #90C878: hue angle of 102º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C878 is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 120 | - |
| CMYK | 0.28 | 0 | 0.4 | 0.22 |
| HSL | 102º | 0.42% | 0.63% | - |
| HSV(B) | 102º | 0.4% | 0.78% | - |
| XYZ | 35.55 | 48.59 | 25.28 | - |
| YUV | 174.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 120 | 0.28 | 0 | 0.4 | 0.22 | 102 | 0.42 | 0.63 |
| Hex | 90 | C8 | 78 | 1C | 0 | 28 | 16 | 66 | 2A | 3F |
| Octal | 220 | 310 | 170 | 34 | 0 | 50 | 26 | 146 | 52 | 77 |
| Binary | 10010000 | 11001000 | 1111000 | 11100 | 0 | 101000 | 10110 | 1100110 | 101010 | 111111 |
Color Harmonies of #90C878
Complementary color
Monochromatic Colors of #90C878
Black with #90C878
Text Example
Text Example
White with #90C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C878; }
p { color: rgb(144,200,120); }
H1.HeaderClassName
{
color: #90C878;
}
.AnyTagClassName
{
color: #90C878;
}
</style>
background-color css
<style>
a { background-color: #90C878; }
a { background-color: rgb(144,200,120); }
div.DivClassName
{
background-color: #90C878;
}
.BgClassName
{
background-color: #90C878;
}
</style>
border-color css
<style>
span { border-color: #90C878; }
span { border-color: rgb(144,200,120); }
td.TdClassName
{
border-color: #90C878;
}
.TagClassName
{
border-color: #90C878;
}
</style>