Shades of Gossip #99C187
Tints of Gossip #99C187
RGB
CMYK
RGB Variations
Color information
#99C187 (or 0x99C187) is known color: Gossip. HEX triplet: 99, C1 and 87. RGB value is (153,193,135). Sum of RGB (Red+Green+Blue) = 153+193+135=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #99C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C187 is #663E78. Grayscale: #AEAEAE. Windows color (decimal): -6700665 or 8896921. OLE color: 8896921.
HSL color Cylindrical-coordinate representation of color #99C187: hue angle of 101.38º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C187 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 135 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.24 |
| HSL | 101.38º | 0.32% | 0.64% | - |
| HSV(B) | 101.38º | 0.3% | 0.76% | - |
| XYZ | 36.58 | 46.66 | 30 | - |
| YUV | 174.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 135 | 0.21 | 0 | 0.30 | 0.24 | 101.38 | 0.32 | 0.64 |
| Hex | 99 | C1 | 87 | 15 | 0 | 1E | 18 | 65 | 20 | 40 |
| Octal | 231 | 301 | 207 | 25 | 0 | 36 | 30 | 145 | 40 | 100 |
| Binary | 10011001 | 11000001 | 10000111 | 10101 | 0 | 11110 | 11000 | 1100101 | 100000 | 1000000 |
Color Harmonies of #99C187
Complementary color
Monochromatic Colors of #99C187
Black with #99C187
Text Example
Text Example
White with #99C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C187; }
p { color: rgb(153,193,135); }
H1.HeaderClassName
{
color: #99C187;
}
.AnyTagClassName
{
color: #99C187;
}
</style>
background-color css
<style>
a { background-color: #99C187; }
a { background-color: rgb(153,193,135); }
div.DivClassName
{
background-color: #99C187;
}
.BgClassName
{
background-color: #99C187;
}
</style>
border-color css
<style>
span { border-color: #99C187; }
span { border-color: rgb(153,193,135); }
td.TdClassName
{
border-color: #99C187;
}
.TagClassName
{
border-color: #99C187;
}
</style>