Shades of Gossip #98CC8B
Tints of Gossip #98CC8B
RGB
CMYK
RGB Variations
Color information
#98CC8B (or 0x98CC8B) is known color: Gossip. HEX triplet: 98, CC and 8B. RGB value is (152,204,139). Sum of RGB (Red+Green+Blue) = 152+204+139=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CC8B is #673374. Grayscale: #B5B5B5. Windows color (decimal): -6763381 or 9161880. OLE color: 9161880.
HSL color Cylindrical-coordinate representation of color #98CC8B: hue angle of 108º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CC8B is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 139 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.2 |
| HSL | 108º | 0.39% | 0.67% | - |
| HSV(B) | 108º | 0.32% | 0.8% | - |
| XYZ | 39.2 | 51.73 | 32.34 | - |
| YUV | 181.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 139 | 0.25 | 0 | 0.32 | 0.2 | 108 | 0.39 | 0.67 |
| Hex | 98 | CC | 8B | 19 | 0 | 20 | 14 | 6C | 27 | 43 |
| Octal | 230 | 314 | 213 | 31 | 0 | 40 | 24 | 154 | 47 | 103 |
| Binary | 10011000 | 11001100 | 10001011 | 11001 | 0 | 100000 | 10100 | 1101100 | 100111 | 1000011 |
Color Harmonies of #98CC8B
Complementary color
Monochromatic Colors of #98CC8B
Black with #98CC8B
Text Example
Text Example
White with #98CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CC8B; }
p { color: rgb(152,204,139); }
H1.HeaderClassName
{
color: #98CC8B;
}
.AnyTagClassName
{
color: #98CC8B;
}
</style>
background-color css
<style>
a { background-color: #98CC8B; }
a { background-color: rgb(152,204,139); }
div.DivClassName
{
background-color: #98CC8B;
}
.BgClassName
{
background-color: #98CC8B;
}
</style>
border-color css
<style>
span { border-color: #98CC8B; }
span { border-color: rgb(152,204,139); }
td.TdClassName
{
border-color: #98CC8B;
}
.TagClassName
{
border-color: #98CC8B;
}
</style>