Shades of Gossip #98CB7C
Tints of Gossip #98CB7C
RGB
CMYK
RGB Variations
Color information
#98CB7C (or 0x98CB7C) is known color: Gossip. HEX triplet: 98, CB and 7C. RGB value is (152,203,124). Sum of RGB (Red+Green+Blue) = 152+203+124=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB7C is #673483. Grayscale: #B3B3B3. Windows color (decimal): -6763652 or 8178584. OLE color: 8178584.
HSL color Cylindrical-coordinate representation of color #98CB7C: hue angle of 98.73º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98CB7C is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 124 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.20 |
| HSL | 98.73º | 0.43% | 0.64% | - |
| HSV(B) | 98.73º | 0.39% | 0.8% | - |
| XYZ | 37.94 | 50.84 | 26.88 | - |
| YUV | 178.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 124 | 0.25 | 0 | 0.39 | 0.20 | 98.73 | 0.43 | 0.64 |
| Hex | 98 | CB | 7C | 19 | 0 | 27 | 14 | 63 | 2B | 40 |
| Octal | 230 | 313 | 174 | 31 | 0 | 47 | 24 | 143 | 53 | 100 |
| Binary | 10011000 | 11001011 | 1111100 | 11001 | 0 | 100111 | 10100 | 1100011 | 101011 | 1000000 |
Color Harmonies of #98CB7C
Complementary color
Monochromatic Colors of #98CB7C
Black with #98CB7C
Text Example
Text Example
White with #98CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB7C; }
p { color: rgb(152,203,124); }
H1.HeaderClassName
{
color: #98CB7C;
}
.AnyTagClassName
{
color: #98CB7C;
}
</style>
background-color css
<style>
a { background-color: #98CB7C; }
a { background-color: rgb(152,203,124); }
div.DivClassName
{
background-color: #98CB7C;
}
.BgClassName
{
background-color: #98CB7C;
}
</style>
border-color css
<style>
span { border-color: #98CB7C; }
span { border-color: rgb(152,203,124); }
td.TdClassName
{
border-color: #98CB7C;
}
.TagClassName
{
border-color: #98CB7C;
}
</style>