Shades of Gossip #99C489
Tints of Gossip #99C489
RGB
CMYK
RGB Variations
Color information
#99C489 (or 0x99C489) is known color: Gossip. HEX triplet: 99, C4 and 89. RGB value is (153,196,137). Sum of RGB (Red+Green+Blue) = 153+196+137=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #99C489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C489 is #663B76. Grayscale: #B0B0B0. Windows color (decimal): -6699895 or 9028761. OLE color: 9028761.
HSL color Cylindrical-coordinate representation of color #99C489: hue angle of 103.73º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C489 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 137 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.23 |
| HSL | 103.73º | 0.33% | 0.65% | - |
| HSV(B) | 103.73º | 0.3% | 0.77% | - |
| XYZ | 37.39 | 48.06 | 30.97 | - |
| YUV | 176.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 137 | 0.22 | 0 | 0.30 | 0.23 | 103.73 | 0.33 | 0.65 |
| Hex | 99 | C4 | 89 | 16 | 0 | 1E | 17 | 68 | 21 | 41 |
| Octal | 231 | 304 | 211 | 26 | 0 | 36 | 27 | 150 | 41 | 101 |
| Binary | 10011001 | 11000100 | 10001001 | 10110 | 0 | 11110 | 10111 | 1101000 | 100001 | 1000001 |
Color Harmonies of #99C489
Complementary color
Monochromatic Colors of #99C489
Black with #99C489
Text Example
Text Example
White with #99C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C489; }
p { color: rgb(153,196,137); }
H1.HeaderClassName
{
color: #99C489;
}
.AnyTagClassName
{
color: #99C489;
}
</style>
background-color css
<style>
a { background-color: #99C489; }
a { background-color: rgb(153,196,137); }
div.DivClassName
{
background-color: #99C489;
}
.BgClassName
{
background-color: #99C489;
}
</style>
border-color css
<style>
span { border-color: #99C489; }
span { border-color: rgb(153,196,137); }
td.TdClassName
{
border-color: #99C489;
}
.TagClassName
{
border-color: #99C489;
}
</style>