Shades of Yellow Green #98BA32
Tints of Yellow Green #98BA32
RGB
CMYK
RGB Variations
Color information
#98BA32 (or 0x98BA32) is known color: Yellow Green. HEX triplet: 98, BA and 32. RGB value is (152,186,50). Sum of RGB (Red+Green+Blue) = 152+186+50=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA32 is #6745CD. Grayscale: #A0A0A0. Windows color (decimal): -6768078 or 3324568. OLE color: 3324568.
HSL color Cylindrical-coordinate representation of color #98BA32: hue angle of 75º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98BA32 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 50 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.27 |
| HSL | 75º | 0.58% | 0.46% | - |
| HSV(B) | 75º | 0.73% | 0.73% | - |
| XYZ | 31.08 | 42.02 | 9.49 | - |
| YUV | 160.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 50 | 0.18 | 0 | 0.73 | 0.27 | 75 | 0.58 | 0.46 |
| Hex | 98 | BA | 32 | 12 | 0 | 49 | 1B | 4B | 3A | 2E |
| Octal | 230 | 272 | 62 | 22 | 0 | 111 | 33 | 113 | 72 | 56 |
| Binary | 10011000 | 10111010 | 110010 | 10010 | 0 | 1001001 | 11011 | 1001011 | 111010 | 101110 |
Color Harmonies of #98BA32
Complementary color
Monochromatic Colors of #98BA32
Black with #98BA32
Text Example
Text Example
White with #98BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA32; }
p { color: rgb(152,186,50); }
H1.HeaderClassName
{
color: #98BA32;
}
.AnyTagClassName
{
color: #98BA32;
}
</style>
background-color css
<style>
a { background-color: #98BA32; }
a { background-color: rgb(152,186,50); }
div.DivClassName
{
background-color: #98BA32;
}
.BgClassName
{
background-color: #98BA32;
}
</style>
border-color css
<style>
span { border-color: #98BA32; }
span { border-color: rgb(152,186,50); }
td.TdClassName
{
border-color: #98BA32;
}
.TagClassName
{
border-color: #98BA32;
}
</style>