Shades of Gossip #99CE8C
Tints of Gossip #99CE8C
RGB
CMYK
RGB Variations
Color information
#99CE8C (or 0x99CE8C) is known color: Gossip. HEX triplet: 99, CE and 8C. RGB value is (153,206,140). Sum of RGB (Red+Green+Blue) = 153+206+140=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE8C is #663173. Grayscale: #B6B6B6. Windows color (decimal): -6697332 or 9227929. OLE color: 9227929.
HSL color Cylindrical-coordinate representation of color #99CE8C: hue angle of 108.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99CE8C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 140 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.19 |
| HSL | 108.18º | 0.4% | 0.68% | - |
| HSV(B) | 108.18º | 0.32% | 0.81% | - |
| XYZ | 39.94 | 52.81 | 32.9 | - |
| YUV | 182.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 140 | 0.26 | 0 | 0.32 | 0.19 | 108.18 | 0.4 | 0.68 |
| Hex | 99 | CE | 8C | 1A | 0 | 20 | 13 | 6C | 28 | 44 |
| Octal | 231 | 316 | 214 | 32 | 0 | 40 | 23 | 154 | 50 | 104 |
| Binary | 10011001 | 11001110 | 10001100 | 11010 | 0 | 100000 | 10011 | 1101100 | 101000 | 1000100 |
Color Harmonies of #99CE8C
Complementary color
Monochromatic Colors of #99CE8C
Black with #99CE8C
Text Example
Text Example
White with #99CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE8C; }
p { color: rgb(153,206,140); }
H1.HeaderClassName
{
color: #99CE8C;
}
.AnyTagClassName
{
color: #99CE8C;
}
</style>
background-color css
<style>
a { background-color: #99CE8C; }
a { background-color: rgb(153,206,140); }
div.DivClassName
{
background-color: #99CE8C;
}
.BgClassName
{
background-color: #99CE8C;
}
</style>
border-color css
<style>
span { border-color: #99CE8C; }
span { border-color: rgb(153,206,140); }
td.TdClassName
{
border-color: #99CE8C;
}
.TagClassName
{
border-color: #99CE8C;
}
</style>