Shades of Gossip #99CE73
Tints of Gossip #99CE73
RGB
CMYK
RGB Variations
Color information
#99CE73 (or 0x99CE73) is known color: Gossip. HEX triplet: 99, CE and 73. RGB value is (153,206,115). Sum of RGB (Red+Green+Blue) = 153+206+115=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE73 is #66318C. Grayscale: #B4B4B4. Windows color (decimal): -6697357 or 7589529. OLE color: 7589529.
HSL color Cylindrical-coordinate representation of color #99CE73: hue angle of 94.95º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99CE73 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 115 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.19 |
| HSL | 94.95º | 0.48% | 0.63% | - |
| HSV(B) | 94.95º | 0.44% | 0.81% | - |
| XYZ | 38.3 | 52.15 | 24.27 | - |
| YUV | 179.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 115 | 0.26 | 0 | 0.44 | 0.19 | 94.95 | 0.48 | 0.63 |
| Hex | 99 | CE | 73 | 1A | 0 | 2C | 13 | 5F | 30 | 3F |
| Octal | 231 | 316 | 163 | 32 | 0 | 54 | 23 | 137 | 60 | 77 |
| Binary | 10011001 | 11001110 | 1110011 | 11010 | 0 | 101100 | 10011 | 1011111 | 110000 | 111111 |
Color Harmonies of #99CE73
Complementary color
Monochromatic Colors of #99CE73
Black with #99CE73
Text Example
Text Example
White with #99CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE73; }
p { color: rgb(153,206,115); }
H1.HeaderClassName
{
color: #99CE73;
}
.AnyTagClassName
{
color: #99CE73;
}
</style>
background-color css
<style>
a { background-color: #99CE73; }
a { background-color: rgb(153,206,115); }
div.DivClassName
{
background-color: #99CE73;
}
.BgClassName
{
background-color: #99CE73;
}
</style>
border-color css
<style>
span { border-color: #99CE73; }
span { border-color: rgb(153,206,115); }
td.TdClassName
{
border-color: #99CE73;
}
.TagClassName
{
border-color: #99CE73;
}
</style>