Shades of Gossip #99CC87
Tints of Gossip #99CC87
RGB
CMYK
RGB Variations
Color information
#99CC87 (or 0x99CC87) is known color: Gossip. HEX triplet: 99, CC and 87. RGB value is (153,204,135). Sum of RGB (Red+Green+Blue) = 153+204+135=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC87 is #663378. Grayscale: #B5B5B5. Windows color (decimal): -6697849 or 8899737. OLE color: 8899737.
HSL color Cylindrical-coordinate representation of color #99CC87: hue angle of 104.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99CC87 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 135 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.2 |
| HSL | 104.35º | 0.4% | 0.66% | - |
| HSV(B) | 104.35º | 0.34% | 0.8% | - |
| XYZ | 39.1 | 51.71 | 30.84 | - |
| YUV | 180.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 135 | 0.25 | 0 | 0.34 | 0.2 | 104.35 | 0.4 | 0.66 |
| Hex | 99 | CC | 87 | 19 | 0 | 22 | 14 | 68 | 28 | 42 |
| Octal | 231 | 314 | 207 | 31 | 0 | 42 | 24 | 150 | 50 | 102 |
| Binary | 10011001 | 11001100 | 10000111 | 11001 | 0 | 100010 | 10100 | 1101000 | 101000 | 1000010 |
Color Harmonies of #99CC87
Complementary color
Monochromatic Colors of #99CC87
Black with #99CC87
Text Example
Text Example
White with #99CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC87; }
p { color: rgb(153,204,135); }
H1.HeaderClassName
{
color: #99CC87;
}
.AnyTagClassName
{
color: #99CC87;
}
</style>
background-color css
<style>
a { background-color: #99CC87; }
a { background-color: rgb(153,204,135); }
div.DivClassName
{
background-color: #99CC87;
}
.BgClassName
{
background-color: #99CC87;
}
</style>
border-color css
<style>
span { border-color: #99CC87; }
span { border-color: rgb(153,204,135); }
td.TdClassName
{
border-color: #99CC87;
}
.TagClassName
{
border-color: #99CC87;
}
</style>