Shades of Gossip #99CE7A
Tints of Gossip #99CE7A
RGB
CMYK
RGB Variations
Color information
#99CE7A (or 0x99CE7A) is known color: Gossip. HEX triplet: 99, CE and 7A. RGB value is (153,206,122). Sum of RGB (Red+Green+Blue) = 153+206+122=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE7A is #663185. Grayscale: #B4B4B4. Windows color (decimal): -6697350 or 8048281. OLE color: 8048281.
HSL color Cylindrical-coordinate representation of color #99CE7A: hue angle of 97.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99CE7A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 122 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.19 |
| HSL | 97.86º | 0.46% | 0.64% | - |
| HSV(B) | 97.86º | 0.41% | 0.81% | - |
| XYZ | 38.72 | 52.32 | 26.47 | - |
| YUV | 180.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 122 | 0.26 | 0 | 0.41 | 0.19 | 97.86 | 0.46 | 0.64 |
| Hex | 99 | CE | 7A | 1A | 0 | 29 | 13 | 62 | 2E | 40 |
| Octal | 231 | 316 | 172 | 32 | 0 | 51 | 23 | 142 | 56 | 100 |
| Binary | 10011001 | 11001110 | 1111010 | 11010 | 0 | 101001 | 10011 | 1100010 | 101110 | 1000000 |
Color Harmonies of #99CE7A
Complementary color
Monochromatic Colors of #99CE7A
Black with #99CE7A
Text Example
Text Example
White with #99CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE7A; }
p { color: rgb(153,206,122); }
H1.HeaderClassName
{
color: #99CE7A;
}
.AnyTagClassName
{
color: #99CE7A;
}
</style>
background-color css
<style>
a { background-color: #99CE7A; }
a { background-color: rgb(153,206,122); }
div.DivClassName
{
background-color: #99CE7A;
}
.BgClassName
{
background-color: #99CE7A;
}
</style>
border-color css
<style>
span { border-color: #99CE7A; }
span { border-color: rgb(153,206,122); }
td.TdClassName
{
border-color: #99CE7A;
}
.TagClassName
{
border-color: #99CE7A;
}
</style>