Shades of Gossip #98C38B
Tints of Gossip #98C38B
RGB
CMYK
RGB Variations
Color information
#98C38B (or 0x98C38B) is known color: Gossip. HEX triplet: 98, C3 and 8B. RGB value is (152,195,139). Sum of RGB (Red+Green+Blue) = 152+195+139=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #98C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C38B is #673C74. Grayscale: #AFAFAF. Windows color (decimal): -6765685 or 9159576. OLE color: 9159576.
HSL color Cylindrical-coordinate representation of color #98C38B: hue angle of 106.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C38B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 139 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.24 |
| HSL | 106.07º | 0.32% | 0.65% | - |
| HSV(B) | 106.07º | 0.29% | 0.76% | - |
| XYZ | 37.12 | 47.57 | 31.65 | - |
| YUV | 175.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 139 | 0.22 | 0 | 0.29 | 0.24 | 106.07 | 0.32 | 0.65 |
| Hex | 98 | C3 | 8B | 16 | 0 | 1D | 18 | 6A | 20 | 41 |
| Octal | 230 | 303 | 213 | 26 | 0 | 35 | 30 | 152 | 40 | 101 |
| Binary | 10011000 | 11000011 | 10001011 | 10110 | 0 | 11101 | 11000 | 1101010 | 100000 | 1000001 |
Color Harmonies of #98C38B
Complementary color
Monochromatic Colors of #98C38B
Black with #98C38B
Text Example
Text Example
White with #98C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C38B; }
p { color: rgb(152,195,139); }
H1.HeaderClassName
{
color: #98C38B;
}
.AnyTagClassName
{
color: #98C38B;
}
</style>
background-color css
<style>
a { background-color: #98C38B; }
a { background-color: rgb(152,195,139); }
div.DivClassName
{
background-color: #98C38B;
}
.BgClassName
{
background-color: #98C38B;
}
</style>
border-color css
<style>
span { border-color: #98C38B; }
span { border-color: rgb(152,195,139); }
td.TdClassName
{
border-color: #98C38B;
}
.TagClassName
{
border-color: #98C38B;
}
</style>