Shades of Gossip #90CE82
Tints of Gossip #90CE82
RGB
CMYK
RGB Variations
Color information
#90CE82 (or 0x90CE82) is known color: Gossip. HEX triplet: 90, CE and 82. RGB value is (144,206,130). Sum of RGB (Red+Green+Blue) = 144+206+130=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE82 is #6F317D. Grayscale: #B3B3B3. Windows color (decimal): -7287166 or 8572560. OLE color: 8572560.
HSL color Cylindrical-coordinate representation of color #90CE82: hue angle of 108.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90CE82 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 130 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.19 |
| HSL | 108.95º | 0.44% | 0.66% | - |
| HSV(B) | 108.95º | 0.37% | 0.81% | - |
| XYZ | 37.6 | 51.68 | 29.11 | - |
| YUV | 178.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 130 | 0.30 | 0 | 0.37 | 0.19 | 108.95 | 0.44 | 0.66 |
| Hex | 90 | CE | 82 | 1E | 0 | 25 | 13 | 6D | 2C | 42 |
| Octal | 220 | 316 | 202 | 36 | 0 | 45 | 23 | 155 | 54 | 102 |
| Binary | 10010000 | 11001110 | 10000010 | 11110 | 0 | 100101 | 10011 | 1101101 | 101100 | 1000010 |
Color Harmonies of #90CE82
Complementary color
Monochromatic Colors of #90CE82
Black with #90CE82
Text Example
Text Example
White with #90CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE82; }
p { color: rgb(144,206,130); }
H1.HeaderClassName
{
color: #90CE82;
}
.AnyTagClassName
{
color: #90CE82;
}
</style>
background-color css
<style>
a { background-color: #90CE82; }
a { background-color: rgb(144,206,130); }
div.DivClassName
{
background-color: #90CE82;
}
.BgClassName
{
background-color: #90CE82;
}
</style>
border-color css
<style>
span { border-color: #90CE82; }
span { border-color: rgb(144,206,130); }
td.TdClassName
{
border-color: #90CE82;
}
.TagClassName
{
border-color: #90CE82;
}
</style>