Shades of Yellow Green #98BC27
Tints of Yellow Green #98BC27
RGB
CMYK
RGB Variations
Color information
#98BC27 (or 0x98BC27) is known color: Yellow Green. HEX triplet: 98, BC and 27. RGB value is (152,188,39). Sum of RGB (Red+Green+Blue) = 152+188+39=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC27 is #6743D8. Grayscale: #A0A0A0. Windows color (decimal): -6767577 or 2604184. OLE color: 2604184.
HSL color Cylindrical-coordinate representation of color #98BC27: hue angle of 74.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98BC27 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 39 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.26 |
| HSL | 74.5º | 0.66% | 0.45% | - |
| HSV(B) | 74.5º | 0.79% | 0.74% | - |
| XYZ | 31.3 | 42.79 | 8.53 | - |
| YUV | 160.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 39 | 0.19 | 0 | 0.79 | 0.26 | 74.5 | 0.66 | 0.45 |
| Hex | 98 | BC | 27 | 13 | 0 | 4F | 1A | 4A | 42 | 2D |
| Octal | 230 | 274 | 47 | 23 | 0 | 117 | 32 | 112 | 102 | 55 |
| Binary | 10011000 | 10111100 | 100111 | 10011 | 0 | 1001111 | 11010 | 1001010 | 1000010 | 101101 |
Color Harmonies of #98BC27
Complementary color
Monochromatic Colors of #98BC27
Black with #98BC27
Text Example
Text Example
White with #98BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC27; }
p { color: rgb(152,188,39); }
H1.HeaderClassName
{
color: #98BC27;
}
.AnyTagClassName
{
color: #98BC27;
}
</style>
background-color css
<style>
a { background-color: #98BC27; }
a { background-color: rgb(152,188,39); }
div.DivClassName
{
background-color: #98BC27;
}
.BgClassName
{
background-color: #98BC27;
}
</style>
border-color css
<style>
span { border-color: #98BC27; }
span { border-color: rgb(152,188,39); }
td.TdClassName
{
border-color: #98BC27;
}
.TagClassName
{
border-color: #98BC27;
}
</style>