Shades of Yellow Green #97BA2E
Tints of Yellow Green #97BA2E
RGB
CMYK
RGB Variations
Color information
#97BA2E (or 0x97BA2E) is known color: Yellow Green. HEX triplet: 97, BA and 2E. RGB value is (151,186,46). Sum of RGB (Red+Green+Blue) = 151+186+46=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA2E is #6845D1. Grayscale: #A0A0A0. Windows color (decimal): -6833618 or 3062423. OLE color: 3062423.
HSL color Cylindrical-coordinate representation of color #97BA2E: hue angle of 75º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97BA2E is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 46 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.27 |
| HSL | 75º | 0.6% | 0.45% | - |
| HSV(B) | 75º | 0.75% | 0.73% | - |
| XYZ | 30.81 | 41.89 | 9.05 | - |
| YUV | 159.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 46 | 0.19 | 0 | 0.75 | 0.27 | 75 | 0.6 | 0.45 |
| Hex | 97 | BA | 2E | 13 | 0 | 4B | 1B | 4B | 3C | 2D |
| Octal | 227 | 272 | 56 | 23 | 0 | 113 | 33 | 113 | 74 | 55 |
| Binary | 10010111 | 10111010 | 101110 | 10011 | 0 | 1001011 | 11011 | 1001011 | 111100 | 101101 |
Color Harmonies of #97BA2E
Complementary color
Monochromatic Colors of #97BA2E
Black with #97BA2E
Text Example
Text Example
White with #97BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA2E; }
p { color: rgb(151,186,46); }
H1.HeaderClassName
{
color: #97BA2E;
}
.AnyTagClassName
{
color: #97BA2E;
}
</style>
background-color css
<style>
a { background-color: #97BA2E; }
a { background-color: rgb(151,186,46); }
div.DivClassName
{
background-color: #97BA2E;
}
.BgClassName
{
background-color: #97BA2E;
}
</style>
border-color css
<style>
span { border-color: #97BA2E; }
span { border-color: rgb(151,186,46); }
td.TdClassName
{
border-color: #97BA2E;
}
.TagClassName
{
border-color: #97BA2E;
}
</style>