Shades of Gossip #90CB7C
Tints of Gossip #90CB7C
RGB
CMYK
RGB Variations
Color information
#90CB7C (or 0x90CB7C) is known color: Gossip. HEX triplet: 90, CB and 7C. RGB value is (144,203,124). Sum of RGB (Red+Green+Blue) = 144+203+124=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB7C is #6F3483. Grayscale: #B0B0B0. Windows color (decimal): -7287940 or 8178576. OLE color: 8178576.
HSL color Cylindrical-coordinate representation of color #90CB7C: hue angle of 104.81º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90CB7C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 124 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.20 |
| HSL | 104.81º | 0.43% | 0.64% | - |
| HSV(B) | 104.81º | 0.39% | 0.8% | - |
| XYZ | 36.5 | 50.1 | 26.81 | - |
| YUV | 176.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 124 | 0.29 | 0 | 0.39 | 0.20 | 104.81 | 0.43 | 0.64 |
| Hex | 90 | CB | 7C | 1D | 0 | 27 | 14 | 69 | 2B | 40 |
| Octal | 220 | 313 | 174 | 35 | 0 | 47 | 24 | 151 | 53 | 100 |
| Binary | 10010000 | 11001011 | 1111100 | 11101 | 0 | 100111 | 10100 | 1101001 | 101011 | 1000000 |
Color Harmonies of #90CB7C
Complementary color
Monochromatic Colors of #90CB7C
Black with #90CB7C
Text Example
Text Example
White with #90CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB7C; }
p { color: rgb(144,203,124); }
H1.HeaderClassName
{
color: #90CB7C;
}
.AnyTagClassName
{
color: #90CB7C;
}
</style>
background-color css
<style>
a { background-color: #90CB7C; }
a { background-color: rgb(144,203,124); }
div.DivClassName
{
background-color: #90CB7C;
}
.BgClassName
{
background-color: #90CB7C;
}
</style>
border-color css
<style>
span { border-color: #90CB7C; }
span { border-color: rgb(144,203,124); }
td.TdClassName
{
border-color: #90CB7C;
}
.TagClassName
{
border-color: #90CB7C;
}
</style>