Shades of Yellow Green #94BA3F
Tints of Yellow Green #94BA3F
RGB
CMYK
RGB Variations
Color information
#94BA3F (or 0x94BA3F) is known color: Yellow Green. HEX triplet: 94, BA and 3F. RGB value is (148,186,63). Sum of RGB (Red+Green+Blue) = 148+186+63=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA3F is #6B45C0. Grayscale: #A1A1A1. Windows color (decimal): -7030209 or 4176532. OLE color: 4176532.
HSL color Cylindrical-coordinate representation of color #94BA3F: hue angle of 78.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94BA3F is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 63 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.27 |
| HSL | 78.54º | 0.49% | 0.49% | - |
| HSV(B) | 78.54º | 0.66% | 0.73% | - |
| XYZ | 30.67 | 41.77 | 11.15 | - |
| YUV | 160.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 63 | 0.20 | 0 | 0.66 | 0.27 | 78.54 | 0.49 | 0.49 |
| Hex | 94 | BA | 3F | 14 | 0 | 42 | 1B | 4F | 31 | 31 |
| Octal | 224 | 272 | 77 | 24 | 0 | 102 | 33 | 117 | 61 | 61 |
| Binary | 10010100 | 10111010 | 111111 | 10100 | 0 | 1000010 | 11011 | 1001111 | 110001 | 110001 |
Color Harmonies of #94BA3F
Complementary color
Monochromatic Colors of #94BA3F
Black with #94BA3F
Text Example
Text Example
White with #94BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA3F; }
p { color: rgb(148,186,63); }
H1.HeaderClassName
{
color: #94BA3F;
}
.AnyTagClassName
{
color: #94BA3F;
}
</style>
background-color css
<style>
a { background-color: #94BA3F; }
a { background-color: rgb(148,186,63); }
div.DivClassName
{
background-color: #94BA3F;
}
.BgClassName
{
background-color: #94BA3F;
}
</style>
border-color css
<style>
span { border-color: #94BA3F; }
span { border-color: rgb(148,186,63); }
td.TdClassName
{
border-color: #94BA3F;
}
.TagClassName
{
border-color: #94BA3F;
}
</style>