Shades of Gossip #90C682
Tints of Gossip #90C682
RGB
CMYK
RGB Variations
Color information
#90C682 (or 0x90C682) is known color: Gossip. HEX triplet: 90, C6 and 82. RGB value is (144,198,130). Sum of RGB (Red+Green+Blue) = 144+198+130=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #90C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C682 is #6F397D. Grayscale: #AEAEAE. Windows color (decimal): -7289214 or 8570512. OLE color: 8570512.
HSL color Cylindrical-coordinate representation of color #90C682: hue angle of 107.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C682 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 130 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.22 |
| HSL | 107.65º | 0.37% | 0.64% | - |
| HSV(B) | 107.65º | 0.34% | 0.78% | - |
| XYZ | 35.72 | 47.93 | 28.49 | - |
| YUV | 174.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 130 | 0.27 | 0 | 0.34 | 0.22 | 107.65 | 0.37 | 0.64 |
| Hex | 90 | C6 | 82 | 1B | 0 | 22 | 16 | 6C | 25 | 40 |
| Octal | 220 | 306 | 202 | 33 | 0 | 42 | 26 | 154 | 45 | 100 |
| Binary | 10010000 | 11000110 | 10000010 | 11011 | 0 | 100010 | 10110 | 1101100 | 100101 | 1000000 |
Color Harmonies of #90C682
Complementary color
Monochromatic Colors of #90C682
Black with #90C682
Text Example
Text Example
White with #90C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C682; }
p { color: rgb(144,198,130); }
H1.HeaderClassName
{
color: #90C682;
}
.AnyTagClassName
{
color: #90C682;
}
</style>
background-color css
<style>
a { background-color: #90C682; }
a { background-color: rgb(144,198,130); }
div.DivClassName
{
background-color: #90C682;
}
.BgClassName
{
background-color: #90C682;
}
</style>
border-color css
<style>
span { border-color: #90C682; }
span { border-color: rgb(144,198,130); }
td.TdClassName
{
border-color: #90C682;
}
.TagClassName
{
border-color: #90C682;
}
</style>