Shades of Gossip #98CB8D
Tints of Gossip #98CB8D
RGB
CMYK
RGB Variations
Color information
#98CB8D (or 0x98CB8D) is known color: Gossip. HEX triplet: 98, CB and 8D. RGB value is (152,203,141). Sum of RGB (Red+Green+Blue) = 152+203+141=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB8D is #673472. Grayscale: #B4B4B4. Windows color (decimal): -6763635 or 9292696. OLE color: 9292696.
HSL color Cylindrical-coordinate representation of color #98CB8D: hue angle of 109.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CB8D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 141 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.20 |
| HSL | 109.35º | 0.37% | 0.67% | - |
| HSV(B) | 109.35º | 0.31% | 0.8% | - |
| XYZ | 39.11 | 51.31 | 33.04 | - |
| YUV | 180.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 141 | 0.25 | 0 | 0.31 | 0.20 | 109.35 | 0.37 | 0.67 |
| Hex | 98 | CB | 8D | 19 | 0 | 1F | 14 | 6D | 25 | 43 |
| Octal | 230 | 313 | 215 | 31 | 0 | 37 | 24 | 155 | 45 | 103 |
| Binary | 10011000 | 11001011 | 10001101 | 11001 | 0 | 11111 | 10100 | 1101101 | 100101 | 1000011 |
Color Harmonies of #98CB8D
Complementary color
Monochromatic Colors of #98CB8D
Black with #98CB8D
Text Example
Text Example
White with #98CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB8D; }
p { color: rgb(152,203,141); }
H1.HeaderClassName
{
color: #98CB8D;
}
.AnyTagClassName
{
color: #98CB8D;
}
</style>
background-color css
<style>
a { background-color: #98CB8D; }
a { background-color: rgb(152,203,141); }
div.DivClassName
{
background-color: #98CB8D;
}
.BgClassName
{
background-color: #98CB8D;
}
</style>
border-color css
<style>
span { border-color: #98CB8D; }
span { border-color: rgb(152,203,141); }
td.TdClassName
{
border-color: #98CB8D;
}
.TagClassName
{
border-color: #98CB8D;
}
</style>