Shades of Gossip #99C287
Tints of Gossip #99C287
RGB
CMYK
RGB Variations
Color information
#99C287 (or 0x99C287) is known color: Gossip. HEX triplet: 99, C2 and 87. RGB value is (153,194,135). Sum of RGB (Red+Green+Blue) = 153+194+135=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #99C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C287 is #663D78. Grayscale: #AFAFAF. Windows color (decimal): -6700409 or 8897177. OLE color: 8897177.
HSL color Cylindrical-coordinate representation of color #99C287: hue angle of 101.69º 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 #99C287 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 135 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.24 |
| HSL | 101.69º | 0.33% | 0.65% | - |
| HSV(B) | 101.69º | 0.3% | 0.76% | - |
| XYZ | 36.8 | 47.11 | 30.07 | - |
| YUV | 175.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 135 | 0.21 | 0 | 0.30 | 0.24 | 101.69 | 0.33 | 0.65 |
| Hex | 99 | C2 | 87 | 15 | 0 | 1E | 18 | 66 | 21 | 41 |
| Octal | 231 | 302 | 207 | 25 | 0 | 36 | 30 | 146 | 41 | 101 |
| Binary | 10011001 | 11000010 | 10000111 | 10101 | 0 | 11110 | 11000 | 1100110 | 100001 | 1000001 |
Color Harmonies of #99C287
Complementary color
Monochromatic Colors of #99C287
Black with #99C287
Text Example
Text Example
White with #99C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C287; }
p { color: rgb(153,194,135); }
H1.HeaderClassName
{
color: #99C287;
}
.AnyTagClassName
{
color: #99C287;
}
</style>
background-color css
<style>
a { background-color: #99C287; }
a { background-color: rgb(153,194,135); }
div.DivClassName
{
background-color: #99C287;
}
.BgClassName
{
background-color: #99C287;
}
</style>
border-color css
<style>
span { border-color: #99C287; }
span { border-color: rgb(153,194,135); }
td.TdClassName
{
border-color: #99C287;
}
.TagClassName
{
border-color: #99C287;
}
</style>