Shades of Gossip #99CF8E
Tints of Gossip #99CF8E
RGB
CMYK
RGB Variations
Color information
#99CF8E (or 0x99CF8E) is known color: Gossip. HEX triplet: 99, CF and 8E. RGB value is (153,207,142). Sum of RGB (Red+Green+Blue) = 153+207+142=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF8E is #663071. Grayscale: #B7B7B7. Windows color (decimal): -6697074 or 9359257. OLE color: 9359257.
HSL color Cylindrical-coordinate representation of color #99CF8E: hue angle of 109.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CF8E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 142 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.19 |
| HSL | 109.85º | 0.4% | 0.68% | - |
| HSV(B) | 109.85º | 0.31% | 0.81% | - |
| XYZ | 40.33 | 53.35 | 33.76 | - |
| YUV | 183.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 142 | 0.26 | 0 | 0.31 | 0.19 | 109.85 | 0.4 | 0.68 |
| Hex | 99 | CF | 8E | 1A | 0 | 1F | 13 | 6E | 28 | 44 |
| Octal | 231 | 317 | 216 | 32 | 0 | 37 | 23 | 156 | 50 | 104 |
| Binary | 10011001 | 11001111 | 10001110 | 11010 | 0 | 11111 | 10011 | 1101110 | 101000 | 1000100 |
Color Harmonies of #99CF8E
Complementary color
Monochromatic Colors of #99CF8E
Black with #99CF8E
Text Example
Text Example
White with #99CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF8E; }
p { color: rgb(153,207,142); }
H1.HeaderClassName
{
color: #99CF8E;
}
.AnyTagClassName
{
color: #99CF8E;
}
</style>
background-color css
<style>
a { background-color: #99CF8E; }
a { background-color: rgb(153,207,142); }
div.DivClassName
{
background-color: #99CF8E;
}
.BgClassName
{
background-color: #99CF8E;
}
</style>
border-color css
<style>
span { border-color: #99CF8E; }
span { border-color: rgb(153,207,142); }
td.TdClassName
{
border-color: #99CF8E;
}
.TagClassName
{
border-color: #99CF8E;
}
</style>