Shades of Gossip #99C685
Tints of Gossip #99C685
RGB
CMYK
RGB Variations
Color information
#99C685 (or 0x99C685) is known color: Gossip. HEX triplet: 99, C6 and 85. RGB value is (153,198,133). Sum of RGB (Red+Green+Blue) = 153+198+133=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #99C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C685 is #66397A. Grayscale: #B1B1B1. Windows color (decimal): -6699387 or 8767129. OLE color: 8767129.
HSL color Cylindrical-coordinate representation of color #99C685: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C685 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 133 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.22 |
| HSL | 101.54º | 0.36% | 0.65% | - |
| HSV(B) | 101.54º | 0.33% | 0.78% | - |
| XYZ | 37.56 | 48.85 | 29.64 | - |
| YUV | 177.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 133 | 0.23 | 0 | 0.33 | 0.22 | 101.54 | 0.36 | 0.65 |
| Hex | 99 | C6 | 85 | 17 | 0 | 21 | 16 | 66 | 24 | 41 |
| Octal | 231 | 306 | 205 | 27 | 0 | 41 | 26 | 146 | 44 | 101 |
| Binary | 10011001 | 11000110 | 10000101 | 10111 | 0 | 100001 | 10110 | 1100110 | 100100 | 1000001 |
Color Harmonies of #99C685
Complementary color
Monochromatic Colors of #99C685
Black with #99C685
Text Example
Text Example
White with #99C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C685; }
p { color: rgb(153,198,133); }
H1.HeaderClassName
{
color: #99C685;
}
.AnyTagClassName
{
color: #99C685;
}
</style>
background-color css
<style>
a { background-color: #99C685; }
a { background-color: rgb(153,198,133); }
div.DivClassName
{
background-color: #99C685;
}
.BgClassName
{
background-color: #99C685;
}
</style>
border-color css
<style>
span { border-color: #99C685; }
span { border-color: rgb(153,198,133); }
td.TdClassName
{
border-color: #99C685;
}
.TagClassName
{
border-color: #99C685;
}
</style>