Shades of Gossip #99CE85
Tints of Gossip #99CE85
RGB
CMYK
RGB Variations
Color information
#99CE85 (or 0x99CE85) is known color: Gossip. HEX triplet: 99, CE and 85. RGB value is (153,206,133). Sum of RGB (Red+Green+Blue) = 153+206+133=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE85 is #66317A. Grayscale: #B6B6B6. Windows color (decimal): -6697339 or 8769177. OLE color: 8769177.
HSL color Cylindrical-coordinate representation of color #99CE85: hue angle of 103.56º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CE85 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 133 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.19 |
| HSL | 103.56º | 0.43% | 0.66% | - |
| HSV(B) | 103.56º | 0.35% | 0.81% | - |
| XYZ | 39.44 | 52.61 | 30.27 | - |
| YUV | 181.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 133 | 0.26 | 0 | 0.35 | 0.19 | 103.56 | 0.43 | 0.66 |
| Hex | 99 | CE | 85 | 1A | 0 | 23 | 13 | 68 | 2B | 42 |
| Octal | 231 | 316 | 205 | 32 | 0 | 43 | 23 | 150 | 53 | 102 |
| Binary | 10011001 | 11001110 | 10000101 | 11010 | 0 | 100011 | 10011 | 1101000 | 101011 | 1000010 |
Color Harmonies of #99CE85
Complementary color
Monochromatic Colors of #99CE85
Black with #99CE85
Text Example
Text Example
White with #99CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE85; }
p { color: rgb(153,206,133); }
H1.HeaderClassName
{
color: #99CE85;
}
.AnyTagClassName
{
color: #99CE85;
}
</style>
background-color css
<style>
a { background-color: #99CE85; }
a { background-color: rgb(153,206,133); }
div.DivClassName
{
background-color: #99CE85;
}
.BgClassName
{
background-color: #99CE85;
}
</style>
border-color css
<style>
span { border-color: #99CE85; }
span { border-color: rgb(153,206,133); }
td.TdClassName
{
border-color: #99CE85;
}
.TagClassName
{
border-color: #99CE85;
}
</style>