Shades of Gossip #99C57C
Tints of Gossip #99C57C
RGB
CMYK
RGB Variations
Color information
#99C57C (or 0x99C57C) is known color: Gossip. HEX triplet: 99, C5 and 7C. RGB value is (153,197,124). Sum of RGB (Red+Green+Blue) = 153+197+124=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #99C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C57C is #663A83. Grayscale: #AFAFAF. Windows color (decimal): -6699652 or 8177049. OLE color: 8177049.
HSL color Cylindrical-coordinate representation of color #99C57C: hue angle of 96.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99C57C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 124 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.23 |
| HSL | 96.16º | 0.39% | 0.63% | - |
| HSV(B) | 96.16º | 0.37% | 0.77% | - |
| XYZ | 36.74 | 48.16 | 26.43 | - |
| YUV | 175.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 124 | 0.22 | 0 | 0.37 | 0.23 | 96.16 | 0.39 | 0.63 |
| Hex | 99 | C5 | 7C | 16 | 0 | 25 | 17 | 60 | 27 | 3F |
| Octal | 231 | 305 | 174 | 26 | 0 | 45 | 27 | 140 | 47 | 77 |
| Binary | 10011001 | 11000101 | 1111100 | 10110 | 0 | 100101 | 10111 | 1100000 | 100111 | 111111 |
Color Harmonies of #99C57C
Complementary color
Monochromatic Colors of #99C57C
Black with #99C57C
Text Example
Text Example
White with #99C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C57C; }
p { color: rgb(153,197,124); }
H1.HeaderClassName
{
color: #99C57C;
}
.AnyTagClassName
{
color: #99C57C;
}
</style>
background-color css
<style>
a { background-color: #99C57C; }
a { background-color: rgb(153,197,124); }
div.DivClassName
{
background-color: #99C57C;
}
.BgClassName
{
background-color: #99C57C;
}
</style>
border-color css
<style>
span { border-color: #99C57C; }
span { border-color: rgb(153,197,124); }
td.TdClassName
{
border-color: #99C57C;
}
.TagClassName
{
border-color: #99C57C;
}
</style>