Shades of Gossip #90C47A
Tints of Gossip #90C47A
RGB
CMYK
RGB Variations
Color information
#90C47A (or 0x90C47A) is known color: Gossip. HEX triplet: 90, C4 and 7A. RGB value is (144,196,122). Sum of RGB (Red+Green+Blue) = 144+196+122=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #90C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C47A is #6F3B85. Grayscale: #ACACAC. Windows color (decimal): -7289734 or 8045712. OLE color: 8045712.
HSL color Cylindrical-coordinate representation of color #90C47A: hue angle of 102.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C47A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 122 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.23 |
| HSL | 102.16º | 0.39% | 0.62% | - |
| HSV(B) | 102.16º | 0.38% | 0.77% | - |
| XYZ | 34.75 | 46.81 | 25.62 | - |
| YUV | 172.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 122 | 0.27 | 0 | 0.38 | 0.23 | 102.16 | 0.39 | 0.62 |
| Hex | 90 | C4 | 7A | 1B | 0 | 26 | 17 | 66 | 27 | 3E |
| Octal | 220 | 304 | 172 | 33 | 0 | 46 | 27 | 146 | 47 | 76 |
| Binary | 10010000 | 11000100 | 1111010 | 11011 | 0 | 100110 | 10111 | 1100110 | 100111 | 111110 |
Color Harmonies of #90C47A
Complementary color
Monochromatic Colors of #90C47A
Black with #90C47A
Text Example
Text Example
White with #90C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C47A; }
p { color: rgb(144,196,122); }
H1.HeaderClassName
{
color: #90C47A;
}
.AnyTagClassName
{
color: #90C47A;
}
</style>
background-color css
<style>
a { background-color: #90C47A; }
a { background-color: rgb(144,196,122); }
div.DivClassName
{
background-color: #90C47A;
}
.BgClassName
{
background-color: #90C47A;
}
</style>
border-color css
<style>
span { border-color: #90C47A; }
span { border-color: rgb(144,196,122); }
td.TdClassName
{
border-color: #90C47A;
}
.TagClassName
{
border-color: #90C47A;
}
</style>