Shades of Gossip #98CA7B
Tints of Gossip #98CA7B
RGB
CMYK
RGB Variations
Color information
#98CA7B (or 0x98CA7B) is known color: Gossip. HEX triplet: 98, CA and 7B. RGB value is (152,202,123). Sum of RGB (Red+Green+Blue) = 152+202+123=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA7B is #673584. Grayscale: #B2B2B2. Windows color (decimal): -6763909 or 8112792. OLE color: 8112792.
HSL color Cylindrical-coordinate representation of color #98CA7B: hue angle of 97.97º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98CA7B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 123 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.21 |
| HSL | 97.97º | 0.43% | 0.64% | - |
| HSV(B) | 97.97º | 0.39% | 0.79% | - |
| XYZ | 37.64 | 50.35 | 26.47 | - |
| YUV | 178.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 123 | 0.25 | 0 | 0.39 | 0.21 | 97.97 | 0.43 | 0.64 |
| Hex | 98 | CA | 7B | 19 | 0 | 27 | 15 | 62 | 2B | 40 |
| Octal | 230 | 312 | 173 | 31 | 0 | 47 | 25 | 142 | 53 | 100 |
| Binary | 10011000 | 11001010 | 1111011 | 11001 | 0 | 100111 | 10101 | 1100010 | 101011 | 1000000 |
Color Harmonies of #98CA7B
Complementary color
Monochromatic Colors of #98CA7B
Black with #98CA7B
Text Example
Text Example
White with #98CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA7B; }
p { color: rgb(152,202,123); }
H1.HeaderClassName
{
color: #98CA7B;
}
.AnyTagClassName
{
color: #98CA7B;
}
</style>
background-color css
<style>
a { background-color: #98CA7B; }
a { background-color: rgb(152,202,123); }
div.DivClassName
{
background-color: #98CA7B;
}
.BgClassName
{
background-color: #98CA7B;
}
</style>
border-color css
<style>
span { border-color: #98CA7B; }
span { border-color: rgb(152,202,123); }
td.TdClassName
{
border-color: #98CA7B;
}
.TagClassName
{
border-color: #98CA7B;
}
</style>