Shades of Gossip #99C582
Tints of Gossip #99C582
RGB
CMYK
RGB Variations
Color information
#99C582 (or 0x99C582) is known color: Gossip. HEX triplet: 99, C5 and 82. RGB value is (153,197,130). Sum of RGB (Red+Green+Blue) = 153+197+130=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #99C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C582 is #663A7D. Grayscale: #B0B0B0. Windows color (decimal): -6699646 or 8570265. OLE color: 8570265.
HSL color Cylindrical-coordinate representation of color #99C582: hue angle of 99.4º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99C582 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 130 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.23 |
| HSL | 99.4º | 0.37% | 0.64% | - |
| HSV(B) | 99.4º | 0.34% | 0.77% | - |
| XYZ | 37.13 | 48.32 | 28.49 | - |
| YUV | 176.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 130 | 0.22 | 0 | 0.34 | 0.23 | 99.4 | 0.37 | 0.64 |
| Hex | 99 | C5 | 82 | 16 | 0 | 22 | 17 | 63 | 25 | 40 |
| Octal | 231 | 305 | 202 | 26 | 0 | 42 | 27 | 143 | 45 | 100 |
| Binary | 10011001 | 11000101 | 10000010 | 10110 | 0 | 100010 | 10111 | 1100011 | 100101 | 1000000 |
Color Harmonies of #99C582
Complementary color
Monochromatic Colors of #99C582
Black with #99C582
Text Example
Text Example
White with #99C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C582; }
p { color: rgb(153,197,130); }
H1.HeaderClassName
{
color: #99C582;
}
.AnyTagClassName
{
color: #99C582;
}
</style>
background-color css
<style>
a { background-color: #99C582; }
a { background-color: rgb(153,197,130); }
div.DivClassName
{
background-color: #99C582;
}
.BgClassName
{
background-color: #99C582;
}
</style>
border-color css
<style>
span { border-color: #99C582; }
span { border-color: rgb(153,197,130); }
td.TdClassName
{
border-color: #99C582;
}
.TagClassName
{
border-color: #99C582;
}
</style>