Shades of Gossip #99C788
Tints of Gossip #99C788
RGB
CMYK
RGB Variations
Color information
#99C788 (or 0x99C788) is known color: Gossip. HEX triplet: 99, C7 and 88. RGB value is (153,199,136). Sum of RGB (Red+Green+Blue) = 153+199+136=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #99C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C788 is #663877. Grayscale: #B2B2B2. Windows color (decimal): -6699128 or 8963993. OLE color: 8963993.
HSL color Cylindrical-coordinate representation of color #99C788: hue angle of 103.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99C788 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 136 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.22 |
| HSL | 103.81º | 0.36% | 0.66% | - |
| HSV(B) | 103.81º | 0.32% | 0.78% | - |
| XYZ | 38 | 49.4 | 30.82 | - |
| YUV | 178.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 136 | 0.23 | 0 | 0.32 | 0.22 | 103.81 | 0.36 | 0.66 |
| Hex | 99 | C7 | 88 | 17 | 0 | 20 | 16 | 68 | 24 | 42 |
| Octal | 231 | 307 | 210 | 27 | 0 | 40 | 26 | 150 | 44 | 102 |
| Binary | 10011001 | 11000111 | 10001000 | 10111 | 0 | 100000 | 10110 | 1101000 | 100100 | 1000010 |
Color Harmonies of #99C788
Complementary color
Monochromatic Colors of #99C788
Black with #99C788
Text Example
Text Example
White with #99C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C788; }
p { color: rgb(153,199,136); }
H1.HeaderClassName
{
color: #99C788;
}
.AnyTagClassName
{
color: #99C788;
}
</style>
background-color css
<style>
a { background-color: #99C788; }
a { background-color: rgb(153,199,136); }
div.DivClassName
{
background-color: #99C788;
}
.BgClassName
{
background-color: #99C788;
}
</style>
border-color css
<style>
span { border-color: #99C788; }
span { border-color: rgb(153,199,136); }
td.TdClassName
{
border-color: #99C788;
}
.TagClassName
{
border-color: #99C788;
}
</style>