Shades of Yellow Green #98BA2D
Tints of Yellow Green #98BA2D
RGB
CMYK
RGB Variations
Color information
#98BA2D (or 0x98BA2D) is known color: Yellow Green. HEX triplet: 98, BA and 2D. RGB value is (152,186,45). Sum of RGB (Red+Green+Blue) = 152+186+45=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA2D is #6745D2. Grayscale: #A0A0A0. Windows color (decimal): -6768083 or 2996888. OLE color: 2996888.
HSL color Cylindrical-coordinate representation of color #98BA2D: hue angle of 74.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98BA2D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 45 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.27 |
| HSL | 74.47º | 0.61% | 0.45% | - |
| HSV(B) | 74.47º | 0.76% | 0.73% | - |
| XYZ | 30.98 | 41.98 | 8.95 | - |
| YUV | 159.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 45 | 0.18 | 0 | 0.76 | 0.27 | 74.47 | 0.61 | 0.45 |
| Hex | 98 | BA | 2D | 12 | 0 | 4C | 1B | 4A | 3D | 2D |
| Octal | 230 | 272 | 55 | 22 | 0 | 114 | 33 | 112 | 75 | 55 |
| Binary | 10011000 | 10111010 | 101101 | 10010 | 0 | 1001100 | 11011 | 1001010 | 111101 | 101101 |
Color Harmonies of #98BA2D
Complementary color
Monochromatic Colors of #98BA2D
Black with #98BA2D
Text Example
Text Example
White with #98BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA2D; }
p { color: rgb(152,186,45); }
H1.HeaderClassName
{
color: #98BA2D;
}
.AnyTagClassName
{
color: #98BA2D;
}
</style>
background-color css
<style>
a { background-color: #98BA2D; }
a { background-color: rgb(152,186,45); }
div.DivClassName
{
background-color: #98BA2D;
}
.BgClassName
{
background-color: #98BA2D;
}
</style>
border-color css
<style>
span { border-color: #98BA2D; }
span { border-color: rgb(152,186,45); }
td.TdClassName
{
border-color: #98BA2D;
}
.TagClassName
{
border-color: #98BA2D;
}
</style>