Shades of Gossip #99C389
Tints of Gossip #99C389
RGB
CMYK
RGB Variations
Color information
#99C389 (or 0x99C389) is known color: Gossip. HEX triplet: 99, C3 and 89. RGB value is (153,195,137). Sum of RGB (Red+Green+Blue) = 153+195+137=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #99C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C389 is #663C76. Grayscale: #B0B0B0. Windows color (decimal): -6700151 or 9028505. OLE color: 9028505.
HSL color Cylindrical-coordinate representation of color #99C389: hue angle of 103.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C389 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 137 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.24 |
| HSL | 103.45º | 0.33% | 0.65% | - |
| HSV(B) | 103.45º | 0.3% | 0.76% | - |
| XYZ | 37.17 | 47.61 | 30.9 | - |
| YUV | 175.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 137 | 0.22 | 0 | 0.30 | 0.24 | 103.45 | 0.33 | 0.65 |
| Hex | 99 | C3 | 89 | 16 | 0 | 1E | 18 | 67 | 21 | 41 |
| Octal | 231 | 303 | 211 | 26 | 0 | 36 | 30 | 147 | 41 | 101 |
| Binary | 10011001 | 11000011 | 10001001 | 10110 | 0 | 11110 | 11000 | 1100111 | 100001 | 1000001 |
Color Harmonies of #99C389
Complementary color
Monochromatic Colors of #99C389
Black with #99C389
Text Example
Text Example
White with #99C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C389; }
p { color: rgb(153,195,137); }
H1.HeaderClassName
{
color: #99C389;
}
.AnyTagClassName
{
color: #99C389;
}
</style>
background-color css
<style>
a { background-color: #99C389; }
a { background-color: rgb(153,195,137); }
div.DivClassName
{
background-color: #99C389;
}
.BgClassName
{
background-color: #99C389;
}
</style>
border-color css
<style>
span { border-color: #99C389; }
span { border-color: rgb(153,195,137); }
td.TdClassName
{
border-color: #99C389;
}
.TagClassName
{
border-color: #99C389;
}
</style>