Shades of Gossip #90C580
Tints of Gossip #90C580
RGB
CMYK
RGB Variations
Color information
#90C580 (or 0x90C580) is known color: Gossip. HEX triplet: 90, C5 and 80. RGB value is (144,197,128). Sum of RGB (Red+Green+Blue) = 144+197+128=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #90C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C580 is #6F3A7F. Grayscale: #ADADAD. Windows color (decimal): -7289472 or 8439184. OLE color: 8439184.
HSL color Cylindrical-coordinate representation of color #90C580: hue angle of 106.09º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C580 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 128 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.23 |
| HSL | 106.09º | 0.37% | 0.64% | - |
| HSV(B) | 106.09º | 0.35% | 0.77% | - |
| XYZ | 35.36 | 47.42 | 27.71 | - |
| YUV | 173.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 128 | 0.27 | 0 | 0.35 | 0.23 | 106.09 | 0.37 | 0.64 |
| Hex | 90 | C5 | 80 | 1B | 0 | 23 | 17 | 6A | 25 | 40 |
| Octal | 220 | 305 | 200 | 33 | 0 | 43 | 27 | 152 | 45 | 100 |
| Binary | 10010000 | 11000101 | 10000000 | 11011 | 0 | 100011 | 10111 | 1101010 | 100101 | 1000000 |
Color Harmonies of #90C580
Complementary color
Monochromatic Colors of #90C580
Black with #90C580
Text Example
Text Example
White with #90C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C580; }
p { color: rgb(144,197,128); }
H1.HeaderClassName
{
color: #90C580;
}
.AnyTagClassName
{
color: #90C580;
}
</style>
background-color css
<style>
a { background-color: #90C580; }
a { background-color: rgb(144,197,128); }
div.DivClassName
{
background-color: #90C580;
}
.BgClassName
{
background-color: #90C580;
}
</style>
border-color css
<style>
span { border-color: #90C580; }
span { border-color: rgb(144,197,128); }
td.TdClassName
{
border-color: #90C580;
}
.TagClassName
{
border-color: #90C580;
}
</style>