Shades of Gossip #98CB74
Tints of Gossip #98CB74
RGB
CMYK
RGB Variations
Color information
#98CB74 (or 0x98CB74) is known color: Gossip. HEX triplet: 98, CB and 74. RGB value is (152,203,116). Sum of RGB (Red+Green+Blue) = 152+203+116=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB74 is #67348B. Grayscale: #B2B2B2. Windows color (decimal): -6763660 or 7654296. OLE color: 7654296.
HSL color Cylindrical-coordinate representation of color #98CB74: hue angle of 95.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98CB74 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 116 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.20 |
| HSL | 95.17º | 0.46% | 0.63% | - |
| HSV(B) | 95.17º | 0.43% | 0.8% | - |
| XYZ | 37.46 | 50.65 | 24.32 | - |
| YUV | 177.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 116 | 0.25 | 0 | 0.43 | 0.20 | 95.17 | 0.46 | 0.63 |
| Hex | 98 | CB | 74 | 19 | 0 | 2B | 14 | 5F | 2E | 3F |
| Octal | 230 | 313 | 164 | 31 | 0 | 53 | 24 | 137 | 56 | 77 |
| Binary | 10011000 | 11001011 | 1110100 | 11001 | 0 | 101011 | 10100 | 1011111 | 101110 | 111111 |
Color Harmonies of #98CB74
Complementary color
Monochromatic Colors of #98CB74
Black with #98CB74
Text Example
Text Example
White with #98CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB74; }
p { color: rgb(152,203,116); }
H1.HeaderClassName
{
color: #98CB74;
}
.AnyTagClassName
{
color: #98CB74;
}
</style>
background-color css
<style>
a { background-color: #98CB74; }
a { background-color: rgb(152,203,116); }
div.DivClassName
{
background-color: #98CB74;
}
.BgClassName
{
background-color: #98CB74;
}
</style>
border-color css
<style>
span { border-color: #98CB74; }
span { border-color: rgb(152,203,116); }
td.TdClassName
{
border-color: #98CB74;
}
.TagClassName
{
border-color: #98CB74;
}
</style>