Shades of Yellow Green #98BC2C
Tints of Yellow Green #98BC2C
RGB
CMYK
RGB Variations
Color information
#98BC2C (or 0x98BC2C) is known color: Yellow Green. HEX triplet: 98, BC and 2C. RGB value is (152,188,44). Sum of RGB (Red+Green+Blue) = 152+188+44=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC2C is #6743D3. Grayscale: #A1A1A1. Windows color (decimal): -6767572 or 2931864. OLE color: 2931864.
HSL color Cylindrical-coordinate representation of color #98BC2C: hue angle of 75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98BC2C is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 44 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.26 |
| HSL | 75º | 0.62% | 0.45% | - |
| HSV(B) | 75º | 0.77% | 0.74% | - |
| XYZ | 31.39 | 42.82 | 8.99 | - |
| YUV | 160.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 44 | 0.19 | 0 | 0.77 | 0.26 | 75 | 0.62 | 0.45 |
| Hex | 98 | BC | 2C | 13 | 0 | 4D | 1A | 4B | 3E | 2D |
| Octal | 230 | 274 | 54 | 23 | 0 | 115 | 32 | 113 | 76 | 55 |
| Binary | 10011000 | 10111100 | 101100 | 10011 | 0 | 1001101 | 11010 | 1001011 | 111110 | 101101 |
Color Harmonies of #98BC2C
Complementary color
Monochromatic Colors of #98BC2C
Black with #98BC2C
Text Example
Text Example
White with #98BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC2C; }
p { color: rgb(152,188,44); }
H1.HeaderClassName
{
color: #98BC2C;
}
.AnyTagClassName
{
color: #98BC2C;
}
</style>
background-color css
<style>
a { background-color: #98BC2C; }
a { background-color: rgb(152,188,44); }
div.DivClassName
{
background-color: #98BC2C;
}
.BgClassName
{
background-color: #98BC2C;
}
</style>
border-color css
<style>
span { border-color: #98BC2C; }
span { border-color: rgb(152,188,44); }
td.TdClassName
{
border-color: #98BC2C;
}
.TagClassName
{
border-color: #98BC2C;
}
</style>