Shades of Gossip #90C97B
Tints of Gossip #90C97B
RGB
CMYK
RGB Variations
Color information
#90C97B (or 0x90C97B) is known color: Gossip. HEX triplet: 90, C9 and 7B. RGB value is (144,201,123). Sum of RGB (Red+Green+Blue) = 144+201+123=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #90C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C97B is #6F3684. Grayscale: #AFAFAF. Windows color (decimal): -7288453 or 8112528. OLE color: 8112528.
HSL color Cylindrical-coordinate representation of color #90C97B: hue angle of 103.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C97B is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 123 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.21 |
| HSL | 103.85º | 0.42% | 0.64% | - |
| HSV(B) | 103.85º | 0.39% | 0.79% | - |
| XYZ | 35.96 | 49.13 | 26.33 | - |
| YUV | 175.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 123 | 0.28 | 0 | 0.39 | 0.21 | 103.85 | 0.42 | 0.64 |
| Hex | 90 | C9 | 7B | 1C | 0 | 27 | 15 | 68 | 2A | 40 |
| Octal | 220 | 311 | 173 | 34 | 0 | 47 | 25 | 150 | 52 | 100 |
| Binary | 10010000 | 11001001 | 1111011 | 11100 | 0 | 100111 | 10101 | 1101000 | 101010 | 1000000 |
Color Harmonies of #90C97B
Complementary color
Monochromatic Colors of #90C97B
Black with #90C97B
Text Example
Text Example
White with #90C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C97B; }
p { color: rgb(144,201,123); }
H1.HeaderClassName
{
color: #90C97B;
}
.AnyTagClassName
{
color: #90C97B;
}
</style>
background-color css
<style>
a { background-color: #90C97B; }
a { background-color: rgb(144,201,123); }
div.DivClassName
{
background-color: #90C97B;
}
.BgClassName
{
background-color: #90C97B;
}
</style>
border-color css
<style>
span { border-color: #90C97B; }
span { border-color: rgb(144,201,123); }
td.TdClassName
{
border-color: #90C97B;
}
.TagClassName
{
border-color: #90C97B;
}
</style>