Shades of Gossip #99C681
Tints of Gossip #99C681
RGB
CMYK
RGB Variations
Color information
#99C681 (or 0x99C681) is known color: Gossip. HEX triplet: 99, C6 and 81. RGB value is (153,198,129). Sum of RGB (Red+Green+Blue) = 153+198+129=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #99C681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C681 is #66397E. Grayscale: #B0B0B0. Windows color (decimal): -6699391 or 8504985. OLE color: 8504985.
HSL color Cylindrical-coordinate representation of color #99C681: hue angle of 99.13º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C681 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 129 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.22 |
| HSL | 99.13º | 0.38% | 0.64% | - |
| HSV(B) | 99.13º | 0.35% | 0.78% | - |
| XYZ | 37.29 | 48.75 | 28.21 | - |
| YUV | 176.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 129 | 0.23 | 0 | 0.35 | 0.22 | 99.13 | 0.38 | 0.64 |
| Hex | 99 | C6 | 81 | 17 | 0 | 23 | 16 | 63 | 26 | 40 |
| Octal | 231 | 306 | 201 | 27 | 0 | 43 | 26 | 143 | 46 | 100 |
| Binary | 10011001 | 11000110 | 10000001 | 10111 | 0 | 100011 | 10110 | 1100011 | 100110 | 1000000 |
Color Harmonies of #99C681
Complementary color
Monochromatic Colors of #99C681
Black with #99C681
Text Example
Text Example
White with #99C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C681; }
p { color: rgb(153,198,129); }
H1.HeaderClassName
{
color: #99C681;
}
.AnyTagClassName
{
color: #99C681;
}
</style>
background-color css
<style>
a { background-color: #99C681; }
a { background-color: rgb(153,198,129); }
div.DivClassName
{
background-color: #99C681;
}
.BgClassName
{
background-color: #99C681;
}
</style>
border-color css
<style>
span { border-color: #99C681; }
span { border-color: rgb(153,198,129); }
td.TdClassName
{
border-color: #99C681;
}
.TagClassName
{
border-color: #99C681;
}
</style>