Shades of Gossip #99C987
Tints of Gossip #99C987
RGB
CMYK
RGB Variations
Color information
#99C987 (or 0x99C987) is known color: Gossip. HEX triplet: 99, C9 and 87. RGB value is (153,201,135). Sum of RGB (Red+Green+Blue) = 153+201+135=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #99C987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C987 is #663678. Grayscale: #B3B3B3. Windows color (decimal): -6698617 or 8898969. OLE color: 8898969.
HSL color Cylindrical-coordinate representation of color #99C987: hue angle of 103.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C987 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 135 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.21 |
| HSL | 103.64º | 0.38% | 0.66% | - |
| HSV(B) | 103.64º | 0.33% | 0.79% | - |
| XYZ | 38.4 | 50.29 | 30.61 | - |
| YUV | 179.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 135 | 0.24 | 0 | 0.33 | 0.21 | 103.64 | 0.38 | 0.66 |
| Hex | 99 | C9 | 87 | 18 | 0 | 21 | 15 | 68 | 26 | 42 |
| Octal | 231 | 311 | 207 | 30 | 0 | 41 | 25 | 150 | 46 | 102 |
| Binary | 10011001 | 11001001 | 10000111 | 11000 | 0 | 100001 | 10101 | 1101000 | 100110 | 1000010 |
Color Harmonies of #99C987
Complementary color
Monochromatic Colors of #99C987
Black with #99C987
Text Example
Text Example
White with #99C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C987; }
p { color: rgb(153,201,135); }
H1.HeaderClassName
{
color: #99C987;
}
.AnyTagClassName
{
color: #99C987;
}
</style>
background-color css
<style>
a { background-color: #99C987; }
a { background-color: rgb(153,201,135); }
div.DivClassName
{
background-color: #99C987;
}
.BgClassName
{
background-color: #99C987;
}
</style>
border-color css
<style>
span { border-color: #99C987; }
span { border-color: rgb(153,201,135); }
td.TdClassName
{
border-color: #99C987;
}
.TagClassName
{
border-color: #99C987;
}
</style>