Shades of Gossip #98CE8B
Tints of Gossip #98CE8B
RGB
CMYK
RGB Variations
Color information
#98CE8B (or 0x98CE8B) is known color: Gossip. HEX triplet: 98, CE and 8B. RGB value is (152,206,139). Sum of RGB (Red+Green+Blue) = 152+206+139=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CE8B is #673174. Grayscale: #B6B6B6. Windows color (decimal): -6762869 or 9162392. OLE color: 9162392.
HSL color Cylindrical-coordinate representation of color #98CE8B: hue angle of 108.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98CE8B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 139 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.19 |
| HSL | 108.36º | 0.41% | 0.68% | - |
| HSV(B) | 108.36º | 0.33% | 0.81% | - |
| XYZ | 39.68 | 52.68 | 32.5 | - |
| YUV | 182.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 139 | 0.26 | 0 | 0.33 | 0.19 | 108.36 | 0.41 | 0.68 |
| Hex | 98 | CE | 8B | 1A | 0 | 21 | 13 | 6C | 29 | 44 |
| Octal | 230 | 316 | 213 | 32 | 0 | 41 | 23 | 154 | 51 | 104 |
| Binary | 10011000 | 11001110 | 10001011 | 11010 | 0 | 100001 | 10011 | 1101100 | 101001 | 1000100 |
Color Harmonies of #98CE8B
Complementary color
Monochromatic Colors of #98CE8B
Black with #98CE8B
Text Example
Text Example
White with #98CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE8B; }
p { color: rgb(152,206,139); }
H1.HeaderClassName
{
color: #98CE8B;
}
.AnyTagClassName
{
color: #98CE8B;
}
</style>
background-color css
<style>
a { background-color: #98CE8B; }
a { background-color: rgb(152,206,139); }
div.DivClassName
{
background-color: #98CE8B;
}
.BgClassName
{
background-color: #98CE8B;
}
</style>
border-color css
<style>
span { border-color: #98CE8B; }
span { border-color: rgb(152,206,139); }
td.TdClassName
{
border-color: #98CE8B;
}
.TagClassName
{
border-color: #98CE8B;
}
</style>