Shades of Gossip #99CE86
Tints of Gossip #99CE86
RGB
CMYK
RGB Variations
Color information
#99CE86 (or 0x99CE86) is known color: Gossip. HEX triplet: 99, CE and 86. RGB value is (153,206,134). Sum of RGB (Red+Green+Blue) = 153+206+134=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE86 is #663179. Grayscale: #B6B6B6. Windows color (decimal): -6697338 or 8834713. OLE color: 8834713.
HSL color Cylindrical-coordinate representation of color #99CE86: hue angle of 104.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CE86 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 134 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.19 |
| HSL | 104.17º | 0.42% | 0.67% | - |
| HSV(B) | 104.17º | 0.35% | 0.81% | - |
| XYZ | 39.51 | 52.64 | 30.63 | - |
| YUV | 181.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 134 | 0.26 | 0 | 0.35 | 0.19 | 104.17 | 0.42 | 0.67 |
| Hex | 99 | CE | 86 | 1A | 0 | 23 | 13 | 68 | 2A | 43 |
| Octal | 231 | 316 | 206 | 32 | 0 | 43 | 23 | 150 | 52 | 103 |
| Binary | 10011001 | 11001110 | 10000110 | 11010 | 0 | 100011 | 10011 | 1101000 | 101010 | 1000011 |
Color Harmonies of #99CE86
Complementary color
Monochromatic Colors of #99CE86
Black with #99CE86
Text Example
Text Example
White with #99CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE86; }
p { color: rgb(153,206,134); }
H1.HeaderClassName
{
color: #99CE86;
}
.AnyTagClassName
{
color: #99CE86;
}
</style>
background-color css
<style>
a { background-color: #99CE86; }
a { background-color: rgb(153,206,134); }
div.DivClassName
{
background-color: #99CE86;
}
.BgClassName
{
background-color: #99CE86;
}
</style>
border-color css
<style>
span { border-color: #99CE86; }
span { border-color: rgb(153,206,134); }
td.TdClassName
{
border-color: #99CE86;
}
.TagClassName
{
border-color: #99CE86;
}
</style>