Shades of Gossip #99C081
Tints of Gossip #99C081
RGB
CMYK
RGB Variations
Color information
#99C081 (or 0x99C081) is known color: Gossip. HEX triplet: 99, C0 and 81. RGB value is (153,192,129). Sum of RGB (Red+Green+Blue) = 153+192+129=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #99C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C081 is #663F7E. Grayscale: #ADADAD. Windows color (decimal): -6700927 or 8503449. OLE color: 8503449.
HSL color Cylindrical-coordinate representation of color #99C081: hue angle of 97.14º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C081 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 129 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.25 |
| HSL | 97.14º | 0.33% | 0.63% | - |
| HSV(B) | 97.14º | 0.33% | 0.75% | - |
| XYZ | 35.95 | 46.06 | 27.76 | - |
| YUV | 173.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 129 | 0.20 | 0 | 0.33 | 0.25 | 97.14 | 0.33 | 0.63 |
| Hex | 99 | C0 | 81 | 14 | 0 | 21 | 19 | 61 | 21 | 3F |
| Octal | 231 | 300 | 201 | 24 | 0 | 41 | 31 | 141 | 41 | 77 |
| Binary | 10011001 | 11000000 | 10000001 | 10100 | 0 | 100001 | 11001 | 1100001 | 100001 | 111111 |
Color Harmonies of #99C081
Complementary color
Monochromatic Colors of #99C081
Black with #99C081
Text Example
Text Example
White with #99C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C081; }
p { color: rgb(153,192,129); }
H1.HeaderClassName
{
color: #99C081;
}
.AnyTagClassName
{
color: #99C081;
}
</style>
background-color css
<style>
a { background-color: #99C081; }
a { background-color: rgb(153,192,129); }
div.DivClassName
{
background-color: #99C081;
}
.BgClassName
{
background-color: #99C081;
}
</style>
border-color css
<style>
span { border-color: #99C081; }
span { border-color: rgb(153,192,129); }
td.TdClassName
{
border-color: #99C081;
}
.TagClassName
{
border-color: #99C081;
}
</style>