Shades of Gossip #90E976
Tints of Gossip #90E976
RGB
CMYK
RGB Variations
Color information
#90E976 (or 0x90E976) is known color: Gossip. HEX triplet: 90, E9 and 76. RGB value is (144,233,118). Sum of RGB (Red+Green+Blue) = 144+233+118=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #90E976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E976 is #6F1689. Grayscale: #C1C1C1. Windows color (decimal): -7280266 or 7793040. OLE color: 7793040.
HSL color Cylindrical-coordinate representation of color #90E976: hue angle of 106.43º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90E976 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 118 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.09 |
| HSL | 106.43º | 0.72% | 0.69% | - |
| HSV(B) | 106.43º | 0.49% | 0.91% | - |
| XYZ | 43.91 | 65.52 | 27.47 | - |
| YUV | 193.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 118 | 0.38 | 0 | 0.49 | 0.09 | 106.43 | 0.72 | 0.69 |
| Hex | 90 | E9 | 76 | 26 | 0 | 31 | 9 | 6A | 48 | 45 |
| Octal | 220 | 351 | 166 | 46 | 0 | 61 | 11 | 152 | 110 | 105 |
| Binary | 10010000 | 11101001 | 1110110 | 100110 | 0 | 110001 | 1001 | 1101010 | 1001000 | 1000101 |
Color Harmonies of #90E976
Complementary color
Monochromatic Colors of #90E976
Black with #90E976
Text Example
Text Example
White with #90E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E976; }
p { color: rgb(144,233,118); }
H1.HeaderClassName
{
color: #90E976;
}
.AnyTagClassName
{
color: #90E976;
}
</style>
background-color css
<style>
a { background-color: #90E976; }
a { background-color: rgb(144,233,118); }
div.DivClassName
{
background-color: #90E976;
}
.BgClassName
{
background-color: #90E976;
}
</style>
border-color css
<style>
span { border-color: #90E976; }
span { border-color: rgb(144,233,118); }
td.TdClassName
{
border-color: #90E976;
}
.TagClassName
{
border-color: #90E976;
}
</style>