Shades of Yellow Green #98B63C
Tints of Yellow Green #98B63C
RGB
CMYK
RGB Variations
Color information
#98B63C (or 0x98B63C) is known color: Yellow Green. HEX triplet: 98, B6 and 3C. RGB value is (152,182,60). Sum of RGB (Red+Green+Blue) = 152+182+60=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #98B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B63C is #6749C3. Grayscale: #9F9F9F. Windows color (decimal): -6769092 or 3978904. OLE color: 3978904.
HSL color Cylindrical-coordinate representation of color #98B63C: hue angle of 74.75º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98B63C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 60 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.29 |
| HSL | 74.75º | 0.5% | 0.47% | - |
| HSV(B) | 74.75º | 0.67% | 0.71% | - |
| XYZ | 30.49 | 40.46 | 10.48 | - |
| YUV | 159.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 60 | 0.16 | 0 | 0.67 | 0.29 | 74.75 | 0.5 | 0.47 |
| Hex | 98 | B6 | 3C | 10 | 0 | 43 | 1D | 4B | 32 | 2F |
| Octal | 230 | 266 | 74 | 20 | 0 | 103 | 35 | 113 | 62 | 57 |
| Binary | 10011000 | 10110110 | 111100 | 10000 | 0 | 1000011 | 11101 | 1001011 | 110010 | 101111 |
Color Harmonies of #98B63C
Complementary color
Monochromatic Colors of #98B63C
Black with #98B63C
Text Example
Text Example
White with #98B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B63C; }
p { color: rgb(152,182,60); }
H1.HeaderClassName
{
color: #98B63C;
}
.AnyTagClassName
{
color: #98B63C;
}
</style>
background-color css
<style>
a { background-color: #98B63C; }
a { background-color: rgb(152,182,60); }
div.DivClassName
{
background-color: #98B63C;
}
.BgClassName
{
background-color: #98B63C;
}
</style>
border-color css
<style>
span { border-color: #98B63C; }
span { border-color: rgb(152,182,60); }
td.TdClassName
{
border-color: #98B63C;
}
.TagClassName
{
border-color: #98B63C;
}
</style>