Shades of Yellow Green #98BA2F
Tints of Yellow Green #98BA2F
RGB
CMYK
RGB Variations
Color information
#98BA2F (or 0x98BA2F) is known color: Yellow Green. HEX triplet: 98, BA and 2F. RGB value is (152,186,47). Sum of RGB (Red+Green+Blue) = 152+186+47=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA2F is #6745D0. Grayscale: #A0A0A0. Windows color (decimal): -6768081 or 3127960. OLE color: 3127960.
HSL color Cylindrical-coordinate representation of color #98BA2F: hue angle of 74.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98BA2F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 47 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.27 |
| HSL | 74.68º | 0.6% | 0.46% | - |
| HSV(B) | 74.68º | 0.75% | 0.73% | - |
| XYZ | 31.02 | 42 | 9.16 | - |
| YUV | 159.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 47 | 0.18 | 0 | 0.75 | 0.27 | 74.68 | 0.6 | 0.46 |
| Hex | 98 | BA | 2F | 12 | 0 | 4B | 1B | 4B | 3C | 2E |
| Octal | 230 | 272 | 57 | 22 | 0 | 113 | 33 | 113 | 74 | 56 |
| Binary | 10011000 | 10111010 | 101111 | 10010 | 0 | 1001011 | 11011 | 1001011 | 111100 | 101110 |
Color Harmonies of #98BA2F
Complementary color
Monochromatic Colors of #98BA2F
Black with #98BA2F
Text Example
Text Example
White with #98BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA2F; }
p { color: rgb(152,186,47); }
H1.HeaderClassName
{
color: #98BA2F;
}
.AnyTagClassName
{
color: #98BA2F;
}
</style>
background-color css
<style>
a { background-color: #98BA2F; }
a { background-color: rgb(152,186,47); }
div.DivClassName
{
background-color: #98BA2F;
}
.BgClassName
{
background-color: #98BA2F;
}
</style>
border-color css
<style>
span { border-color: #98BA2F; }
span { border-color: rgb(152,186,47); }
td.TdClassName
{
border-color: #98BA2F;
}
.TagClassName
{
border-color: #98BA2F;
}
</style>