Shades of Gossip #99CA80
Tints of Gossip #99CA80
RGB
CMYK
RGB Variations
Color information
#99CA80 (or 0x99CA80) is known color: Gossip. HEX triplet: 99, CA and 80. RGB value is (153,202,128). Sum of RGB (Red+Green+Blue) = 153+202+128=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA80 is #66357F. Grayscale: #B3B3B3. Windows color (decimal): -6698368 or 8440473. OLE color: 8440473.
HSL color Cylindrical-coordinate representation of color #99CA80: hue angle of 99.73º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99CA80 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 128 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.21 |
| HSL | 99.73º | 0.41% | 0.65% | - |
| HSV(B) | 99.73º | 0.37% | 0.79% | - |
| XYZ | 38.15 | 50.57 | 28.17 | - |
| YUV | 178.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 128 | 0.24 | 0 | 0.37 | 0.21 | 99.73 | 0.41 | 0.65 |
| Hex | 99 | CA | 80 | 18 | 0 | 25 | 15 | 64 | 29 | 41 |
| Octal | 231 | 312 | 200 | 30 | 0 | 45 | 25 | 144 | 51 | 101 |
| Binary | 10011001 | 11001010 | 10000000 | 11000 | 0 | 100101 | 10101 | 1100100 | 101001 | 1000001 |
Color Harmonies of #99CA80
Complementary color
Monochromatic Colors of #99CA80
Black with #99CA80
Text Example
Text Example
White with #99CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA80; }
p { color: rgb(153,202,128); }
H1.HeaderClassName
{
color: #99CA80;
}
.AnyTagClassName
{
color: #99CA80;
}
</style>
background-color css
<style>
a { background-color: #99CA80; }
a { background-color: rgb(153,202,128); }
div.DivClassName
{
background-color: #99CA80;
}
.BgClassName
{
background-color: #99CA80;
}
</style>
border-color css
<style>
span { border-color: #99CA80; }
span { border-color: rgb(153,202,128); }
td.TdClassName
{
border-color: #99CA80;
}
.TagClassName
{
border-color: #99CA80;
}
</style>