Shades of Gossip #99CA8D
Tints of Gossip #99CA8D
RGB
CMYK
RGB Variations
Color information
#99CA8D (or 0x99CA8D) is known color: Gossip. HEX triplet: 99, CA and 8D. RGB value is (153,202,141). Sum of RGB (Red+Green+Blue) = 153+202+141=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA8D is #663572. Grayscale: #B4B4B4. Windows color (decimal): -6698355 or 9292441. OLE color: 9292441.
HSL color Cylindrical-coordinate representation of color #99CA8D: hue angle of 108.2º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CA8D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 141 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.21 |
| HSL | 108.2º | 0.37% | 0.67% | - |
| HSV(B) | 108.2º | 0.3% | 0.79% | - |
| XYZ | 39.07 | 50.94 | 32.97 | - |
| YUV | 180.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 141 | 0.24 | 0 | 0.30 | 0.21 | 108.2 | 0.37 | 0.67 |
| Hex | 99 | CA | 8D | 18 | 0 | 1E | 15 | 6C | 25 | 43 |
| Octal | 231 | 312 | 215 | 30 | 0 | 36 | 25 | 154 | 45 | 103 |
| Binary | 10011001 | 11001010 | 10001101 | 11000 | 0 | 11110 | 10101 | 1101100 | 100101 | 1000011 |
Color Harmonies of #99CA8D
Complementary color
Monochromatic Colors of #99CA8D
Black with #99CA8D
Text Example
Text Example
White with #99CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA8D; }
p { color: rgb(153,202,141); }
H1.HeaderClassName
{
color: #99CA8D;
}
.AnyTagClassName
{
color: #99CA8D;
}
</style>
background-color css
<style>
a { background-color: #99CA8D; }
a { background-color: rgb(153,202,141); }
div.DivClassName
{
background-color: #99CA8D;
}
.BgClassName
{
background-color: #99CA8D;
}
</style>
border-color css
<style>
span { border-color: #99CA8D; }
span { border-color: rgb(153,202,141); }
td.TdClassName
{
border-color: #99CA8D;
}
.TagClassName
{
border-color: #99CA8D;
}
</style>