Shades of Gossip #98CF8B
Tints of Gossip #98CF8B
RGB
CMYK
RGB Variations
Color information
#98CF8B (or 0x98CF8B) is known color: Gossip. HEX triplet: 98, CF and 8B. RGB value is (152,207,139). Sum of RGB (Red+Green+Blue) = 152+207+139=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CF8B is #673074. Grayscale: #B7B7B7. Windows color (decimal): -6762613 or 9162648. OLE color: 9162648.
HSL color Cylindrical-coordinate representation of color #98CF8B: hue angle of 108.53º 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 #98CF8B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 139 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.19 |
| HSL | 108.53º | 0.41% | 0.68% | - |
| HSV(B) | 108.53º | 0.33% | 0.81% | - |
| XYZ | 39.92 | 53.17 | 32.58 | - |
| YUV | 182.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 139 | 0.27 | 0 | 0.33 | 0.19 | 108.53 | 0.41 | 0.68 |
| Hex | 98 | CF | 8B | 1B | 0 | 21 | 13 | 6D | 29 | 44 |
| Octal | 230 | 317 | 213 | 33 | 0 | 41 | 23 | 155 | 51 | 104 |
| Binary | 10011000 | 11001111 | 10001011 | 11011 | 0 | 100001 | 10011 | 1101101 | 101001 | 1000100 |
Color Harmonies of #98CF8B
Complementary color
Monochromatic Colors of #98CF8B
Black with #98CF8B
Text Example
Text Example
White with #98CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF8B; }
p { color: rgb(152,207,139); }
H1.HeaderClassName
{
color: #98CF8B;
}
.AnyTagClassName
{
color: #98CF8B;
}
</style>
background-color css
<style>
a { background-color: #98CF8B; }
a { background-color: rgb(152,207,139); }
div.DivClassName
{
background-color: #98CF8B;
}
.BgClassName
{
background-color: #98CF8B;
}
</style>
border-color css
<style>
span { border-color: #98CF8B; }
span { border-color: rgb(152,207,139); }
td.TdClassName
{
border-color: #98CF8B;
}
.TagClassName
{
border-color: #98CF8B;
}
</style>