Shades of Gossip #90CB71
Tints of Gossip #90CB71
RGB
CMYK
RGB Variations
Color information
#90CB71 (or 0x90CB71) is known color: Gossip. HEX triplet: 90, CB and 71. RGB value is (144,203,113). Sum of RGB (Red+Green+Blue) = 144+203+113=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB71 is #6F348E. Grayscale: #AFAFAF. Windows color (decimal): -7287951 or 7457680. OLE color: 7457680.
HSL color Cylindrical-coordinate representation of color #90CB71: hue angle of 99.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90CB71 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 113 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.20 |
| HSL | 99.33º | 0.46% | 0.62% | - |
| HSV(B) | 99.33º | 0.44% | 0.8% | - |
| XYZ | 35.84 | 49.83 | 23.35 | - |
| YUV | 175.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 113 | 0.29 | 0 | 0.44 | 0.20 | 99.33 | 0.46 | 0.62 |
| Hex | 90 | CB | 71 | 1D | 0 | 2C | 14 | 63 | 2E | 3E |
| Octal | 220 | 313 | 161 | 35 | 0 | 54 | 24 | 143 | 56 | 76 |
| Binary | 10010000 | 11001011 | 1110001 | 11101 | 0 | 101100 | 10100 | 1100011 | 101110 | 111110 |
Color Harmonies of #90CB71
Complementary color
Monochromatic Colors of #90CB71
Black with #90CB71
Text Example
Text Example
White with #90CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB71; }
p { color: rgb(144,203,113); }
H1.HeaderClassName
{
color: #90CB71;
}
.AnyTagClassName
{
color: #90CB71;
}
</style>
background-color css
<style>
a { background-color: #90CB71; }
a { background-color: rgb(144,203,113); }
div.DivClassName
{
background-color: #90CB71;
}
.BgClassName
{
background-color: #90CB71;
}
</style>
border-color css
<style>
span { border-color: #90CB71; }
span { border-color: rgb(144,203,113); }
td.TdClassName
{
border-color: #90CB71;
}
.TagClassName
{
border-color: #90CB71;
}
</style>