Shades of Gossip #90C47B
Tints of Gossip #90C47B
RGB
CMYK
RGB Variations
Color information
#90C47B (or 0x90C47B) is known color: Gossip. HEX triplet: 90, C4 and 7B. RGB value is (144,196,123). Sum of RGB (Red+Green+Blue) = 144+196+123=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #90C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C47B is #6F3B84. Grayscale: #ACACAC. Windows color (decimal): -7289733 or 8111248. OLE color: 8111248.
HSL color Cylindrical-coordinate representation of color #90C47B: hue angle of 102.74º degrees, saturation: 0.38, 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 #90C47B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 123 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.23 |
| HSL | 102.74º | 0.38% | 0.63% | - |
| HSV(B) | 102.74º | 0.37% | 0.77% | - |
| XYZ | 34.82 | 46.84 | 25.94 | - |
| YUV | 172.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 123 | 0.27 | 0 | 0.37 | 0.23 | 102.74 | 0.38 | 0.63 |
| Hex | 90 | C4 | 7B | 1B | 0 | 25 | 17 | 67 | 26 | 3F |
| Octal | 220 | 304 | 173 | 33 | 0 | 45 | 27 | 147 | 46 | 77 |
| Binary | 10010000 | 11000100 | 1111011 | 11011 | 0 | 100101 | 10111 | 1100111 | 100110 | 111111 |
Color Harmonies of #90C47B
Complementary color
Monochromatic Colors of #90C47B
Black with #90C47B
Text Example
Text Example
White with #90C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C47B; }
p { color: rgb(144,196,123); }
H1.HeaderClassName
{
color: #90C47B;
}
.AnyTagClassName
{
color: #90C47B;
}
</style>
background-color css
<style>
a { background-color: #90C47B; }
a { background-color: rgb(144,196,123); }
div.DivClassName
{
background-color: #90C47B;
}
.BgClassName
{
background-color: #90C47B;
}
</style>
border-color css
<style>
span { border-color: #90C47B; }
span { border-color: rgb(144,196,123); }
td.TdClassName
{
border-color: #90C47B;
}
.TagClassName
{
border-color: #90C47B;
}
</style>