Shades of Yellow Green #97BA32
Tints of Yellow Green #97BA32
RGB
CMYK
RGB Variations
Color information
#97BA32 (or 0x97BA32) is known color: Yellow Green. HEX triplet: 97, BA and 32. RGB value is (151,186,50). Sum of RGB (Red+Green+Blue) = 151+186+50=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA32 is #6845CD. Grayscale: #A0A0A0. Windows color (decimal): -6833614 or 3324567. OLE color: 3324567.
HSL color Cylindrical-coordinate representation of color #97BA32: hue angle of 75.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97BA32 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 50 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.27 |
| HSL | 75.44º | 0.58% | 0.46% | - |
| HSV(B) | 75.44º | 0.73% | 0.73% | - |
| XYZ | 30.9 | 41.93 | 9.48 | - |
| YUV | 160.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 50 | 0.19 | 0 | 0.73 | 0.27 | 75.44 | 0.58 | 0.46 |
| Hex | 97 | BA | 32 | 13 | 0 | 49 | 1B | 4B | 3A | 2E |
| Octal | 227 | 272 | 62 | 23 | 0 | 111 | 33 | 113 | 72 | 56 |
| Binary | 10010111 | 10111010 | 110010 | 10011 | 0 | 1001001 | 11011 | 1001011 | 111010 | 101110 |
Color Harmonies of #97BA32
Complementary color
Monochromatic Colors of #97BA32
Black with #97BA32
Text Example
Text Example
White with #97BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA32; }
p { color: rgb(151,186,50); }
H1.HeaderClassName
{
color: #97BA32;
}
.AnyTagClassName
{
color: #97BA32;
}
</style>
background-color css
<style>
a { background-color: #97BA32; }
a { background-color: rgb(151,186,50); }
div.DivClassName
{
background-color: #97BA32;
}
.BgClassName
{
background-color: #97BA32;
}
</style>
border-color css
<style>
span { border-color: #97BA32; }
span { border-color: rgb(151,186,50); }
td.TdClassName
{
border-color: #97BA32;
}
.TagClassName
{
border-color: #97BA32;
}
</style>