Shades of Gossip #99CE84
Tints of Gossip #99CE84
RGB
CMYK
RGB Variations
Color information
#99CE84 (or 0x99CE84) is known color: Gossip. HEX triplet: 99, CE and 84. RGB value is (153,206,132). Sum of RGB (Red+Green+Blue) = 153+206+132=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE84 is #66317B. Grayscale: #B5B5B5. Windows color (decimal): -6697340 or 8703641. OLE color: 8703641.
HSL color Cylindrical-coordinate representation of color #99CE84: hue angle of 102.97º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CE84 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 132 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.19 |
| HSL | 102.97º | 0.43% | 0.66% | - |
| HSV(B) | 102.97º | 0.36% | 0.81% | - |
| XYZ | 39.37 | 52.58 | 29.9 | - |
| YUV | 181.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 132 | 0.26 | 0 | 0.36 | 0.19 | 102.97 | 0.43 | 0.66 |
| Hex | 99 | CE | 84 | 1A | 0 | 24 | 13 | 67 | 2B | 42 |
| Octal | 231 | 316 | 204 | 32 | 0 | 44 | 23 | 147 | 53 | 102 |
| Binary | 10011001 | 11001110 | 10000100 | 11010 | 0 | 100100 | 10011 | 1100111 | 101011 | 1000010 |
Color Harmonies of #99CE84
Complementary color
Monochromatic Colors of #99CE84
Black with #99CE84
Text Example
Text Example
White with #99CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE84; }
p { color: rgb(153,206,132); }
H1.HeaderClassName
{
color: #99CE84;
}
.AnyTagClassName
{
color: #99CE84;
}
</style>
background-color css
<style>
a { background-color: #99CE84; }
a { background-color: rgb(153,206,132); }
div.DivClassName
{
background-color: #99CE84;
}
.BgClassName
{
background-color: #99CE84;
}
</style>
border-color css
<style>
span { border-color: #99CE84; }
span { border-color: rgb(153,206,132); }
td.TdClassName
{
border-color: #99CE84;
}
.TagClassName
{
border-color: #99CE84;
}
</style>