Shades of Yellow Green #98BC29
Tints of Yellow Green #98BC29
RGB
CMYK
RGB Variations
Color information
#98BC29 (or 0x98BC29) is known color: Yellow Green. HEX triplet: 98, BC and 29. RGB value is (152,188,41). Sum of RGB (Red+Green+Blue) = 152+188+41=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC29 is #6743D6. Grayscale: #A1A1A1. Windows color (decimal): -6767575 or 2735256. OLE color: 2735256.
HSL color Cylindrical-coordinate representation of color #98BC29: hue angle of 74.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98BC29 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 41 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.26 |
| HSL | 74.69º | 0.64% | 0.45% | - |
| HSV(B) | 74.69º | 0.78% | 0.74% | - |
| XYZ | 31.33 | 42.8 | 8.71 | - |
| YUV | 160.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 41 | 0.19 | 0 | 0.78 | 0.26 | 74.69 | 0.64 | 0.45 |
| Hex | 98 | BC | 29 | 13 | 0 | 4E | 1A | 4B | 40 | 2D |
| Octal | 230 | 274 | 51 | 23 | 0 | 116 | 32 | 113 | 100 | 55 |
| Binary | 10011000 | 10111100 | 101001 | 10011 | 0 | 1001110 | 11010 | 1001011 | 1000000 | 101101 |
Color Harmonies of #98BC29
Complementary color
Monochromatic Colors of #98BC29
Black with #98BC29
Text Example
Text Example
White with #98BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC29; }
p { color: rgb(152,188,41); }
H1.HeaderClassName
{
color: #98BC29;
}
.AnyTagClassName
{
color: #98BC29;
}
</style>
background-color css
<style>
a { background-color: #98BC29; }
a { background-color: rgb(152,188,41); }
div.DivClassName
{
background-color: #98BC29;
}
.BgClassName
{
background-color: #98BC29;
}
</style>
border-color css
<style>
span { border-color: #98BC29; }
span { border-color: rgb(152,188,41); }
td.TdClassName
{
border-color: #98BC29;
}
.TagClassName
{
border-color: #98BC29;
}
</style>