Shades of Gossip #90C57C
Tints of Gossip #90C57C
RGB
CMYK
RGB Variations
Color information
#90C57C (or 0x90C57C) is known color: Gossip. HEX triplet: 90, C5 and 7C. RGB value is (144,197,124). Sum of RGB (Red+Green+Blue) = 144+197+124=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #90C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C57C is #6F3A83. Grayscale: #ADADAD. Windows color (decimal): -7289476 or 8177040. OLE color: 8177040.
HSL color Cylindrical-coordinate representation of color #90C57C: hue angle of 103.56º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90C57C is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 124 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.23 |
| HSL | 103.56º | 0.39% | 0.63% | - |
| HSV(B) | 103.56º | 0.37% | 0.77% | - |
| XYZ | 35.11 | 47.32 | 26.35 | - |
| YUV | 172.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 124 | 0.27 | 0 | 0.37 | 0.23 | 103.56 | 0.39 | 0.63 |
| Hex | 90 | C5 | 7C | 1B | 0 | 25 | 17 | 68 | 27 | 3F |
| Octal | 220 | 305 | 174 | 33 | 0 | 45 | 27 | 150 | 47 | 77 |
| Binary | 10010000 | 11000101 | 1111100 | 11011 | 0 | 100101 | 10111 | 1101000 | 100111 | 111111 |
Color Harmonies of #90C57C
Complementary color
Monochromatic Colors of #90C57C
Black with #90C57C
Text Example
Text Example
White with #90C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C57C; }
p { color: rgb(144,197,124); }
H1.HeaderClassName
{
color: #90C57C;
}
.AnyTagClassName
{
color: #90C57C;
}
</style>
background-color css
<style>
a { background-color: #90C57C; }
a { background-color: rgb(144,197,124); }
div.DivClassName
{
background-color: #90C57C;
}
.BgClassName
{
background-color: #90C57C;
}
</style>
border-color css
<style>
span { border-color: #90C57C; }
span { border-color: rgb(144,197,124); }
td.TdClassName
{
border-color: #90C57C;
}
.TagClassName
{
border-color: #90C57C;
}
</style>