Shades of Gossip #98C285
Tints of Gossip #98C285
RGB
CMYK
RGB Variations
Color information
#98C285 (or 0x98C285) is known color: Gossip. HEX triplet: 98, C2 and 85. RGB value is (152,194,133). Sum of RGB (Red+Green+Blue) = 152+194+133=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #98C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C285 is #673D7A. Grayscale: #AEAEAE. Windows color (decimal): -6765947 or 8766104. OLE color: 8766104.
HSL color Cylindrical-coordinate representation of color #98C285: hue angle of 101.31º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C285 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 133 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.24 |
| HSL | 101.31º | 0.33% | 0.64% | - |
| HSV(B) | 101.31º | 0.31% | 0.76% | - |
| XYZ | 36.47 | 46.95 | 29.33 | - |
| YUV | 174.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 133 | 0.22 | 0 | 0.31 | 0.24 | 101.31 | 0.33 | 0.64 |
| Hex | 98 | C2 | 85 | 16 | 0 | 1F | 18 | 65 | 21 | 40 |
| Octal | 230 | 302 | 205 | 26 | 0 | 37 | 30 | 145 | 41 | 100 |
| Binary | 10011000 | 11000010 | 10000101 | 10110 | 0 | 11111 | 11000 | 1100101 | 100001 | 1000000 |
Color Harmonies of #98C285
Complementary color
Monochromatic Colors of #98C285
Black with #98C285
Text Example
Text Example
White with #98C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C285; }
p { color: rgb(152,194,133); }
H1.HeaderClassName
{
color: #98C285;
}
.AnyTagClassName
{
color: #98C285;
}
</style>
background-color css
<style>
a { background-color: #98C285; }
a { background-color: rgb(152,194,133); }
div.DivClassName
{
background-color: #98C285;
}
.BgClassName
{
background-color: #98C285;
}
</style>
border-color css
<style>
span { border-color: #98C285; }
span { border-color: rgb(152,194,133); }
td.TdClassName
{
border-color: #98C285;
}
.TagClassName
{
border-color: #98C285;
}
</style>