Shades of Yellow Green #98BE3A
Tints of Yellow Green #98BE3A
RGB
CMYK
RGB Variations
Color information
#98BE3A (or 0x98BE3A) is known color: Yellow Green. HEX triplet: 98, BE and 3A. RGB value is (152,190,58). Sum of RGB (Red+Green+Blue) = 152+190+58=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BE3A is #6741C5. Grayscale: #A4A4A4. Windows color (decimal): -6767046 or 3849880. OLE color: 3849880.
HSL color Cylindrical-coordinate representation of color #98BE3A: hue angle of 77.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98BE3A is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 58 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.25 |
| HSL | 77.27º | 0.53% | 0.49% | - |
| HSV(B) | 77.27º | 0.69% | 0.75% | - |
| XYZ | 32.13 | 43.81 | 10.77 | - |
| YUV | 163.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 58 | 0.2 | 0 | 0.69 | 0.25 | 77.27 | 0.53 | 0.49 |
| Hex | 98 | BE | 3A | 14 | 0 | 45 | 19 | 4D | 35 | 31 |
| Octal | 230 | 276 | 72 | 24 | 0 | 105 | 31 | 115 | 65 | 61 |
| Binary | 10011000 | 10111110 | 111010 | 10100 | 0 | 1000101 | 11001 | 1001101 | 110101 | 110001 |
Color Harmonies of #98BE3A
Complementary color
Monochromatic Colors of #98BE3A
Black with #98BE3A
Text Example
Text Example
White with #98BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE3A; }
p { color: rgb(152,190,58); }
H1.HeaderClassName
{
color: #98BE3A;
}
.AnyTagClassName
{
color: #98BE3A;
}
</style>
background-color css
<style>
a { background-color: #98BE3A; }
a { background-color: rgb(152,190,58); }
div.DivClassName
{
background-color: #98BE3A;
}
.BgClassName
{
background-color: #98BE3A;
}
</style>
border-color css
<style>
span { border-color: #98BE3A; }
span { border-color: rgb(152,190,58); }
td.TdClassName
{
border-color: #98BE3A;
}
.TagClassName
{
border-color: #98BE3A;
}
</style>