Shades of Gossip #90C57A
Tints of Gossip #90C57A
RGB
CMYK
RGB Variations
Color information
#90C57A (or 0x90C57A) is known color: Gossip. HEX triplet: 90, C5 and 7A. RGB value is (144,197,122). Sum of RGB (Red+Green+Blue) = 144+197+122=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #90C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C57A is #6F3A85. Grayscale: #ACACAC. Windows color (decimal): -7289478 or 8045968. OLE color: 8045968.
HSL color Cylindrical-coordinate representation of color #90C57A: hue angle of 102.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C57A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 122 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.23 |
| HSL | 102.4º | 0.39% | 0.63% | - |
| HSV(B) | 102.4º | 0.38% | 0.77% | - |
| XYZ | 34.98 | 47.27 | 25.69 | - |
| YUV | 172.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 122 | 0.27 | 0 | 0.38 | 0.23 | 102.4 | 0.39 | 0.63 |
| Hex | 90 | C5 | 7A | 1B | 0 | 26 | 17 | 66 | 27 | 3F |
| Octal | 220 | 305 | 172 | 33 | 0 | 46 | 27 | 146 | 47 | 77 |
| Binary | 10010000 | 11000101 | 1111010 | 11011 | 0 | 100110 | 10111 | 1100110 | 100111 | 111111 |
Color Harmonies of #90C57A
Complementary color
Monochromatic Colors of #90C57A
Black with #90C57A
Text Example
Text Example
White with #90C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C57A; }
p { color: rgb(144,197,122); }
H1.HeaderClassName
{
color: #90C57A;
}
.AnyTagClassName
{
color: #90C57A;
}
</style>
background-color css
<style>
a { background-color: #90C57A; }
a { background-color: rgb(144,197,122); }
div.DivClassName
{
background-color: #90C57A;
}
.BgClassName
{
background-color: #90C57A;
}
</style>
border-color css
<style>
span { border-color: #90C57A; }
span { border-color: rgb(144,197,122); }
td.TdClassName
{
border-color: #90C57A;
}
.TagClassName
{
border-color: #90C57A;
}
</style>