Shades of Yellow Green #A1BA36
Tints of Yellow Green #A1BA36
RGB
CMYK
RGB Variations
Color information
#A1BA36 (or 0xA1BA36) is known color: Yellow Green. HEX triplet: A1, BA and 36. RGB value is (161,186,54). Sum of RGB (Red+Green+Blue) = 161+186+54=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA36 is #5E45C9. Grayscale: #A3A3A3. Windows color (decimal): -6178250 or 3586721. OLE color: 3586721.
HSL color Cylindrical-coordinate representation of color #A1BA36: hue angle of 71.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1BA36 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 54 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.27 |
| HSL | 71.36º | 0.55% | 0.47% | - |
| HSV(B) | 71.36º | 0.71% | 0.73% | - |
| XYZ | 32.92 | 42.96 | 10.05 | - |
| YUV | 163.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 54 | 0.13 | 0 | 0.71 | 0.27 | 71.36 | 0.55 | 0.47 |
| Hex | A1 | BA | 36 | D | 0 | 47 | 1B | 47 | 37 | 2F |
| Octal | 241 | 272 | 66 | 15 | 0 | 107 | 33 | 107 | 67 | 57 |
| Binary | 10100001 | 10111010 | 110110 | 1101 | 0 | 1000111 | 11011 | 1000111 | 110111 | 101111 |
Color Harmonies of #A1BA36
Complementary color
Monochromatic Colors of #A1BA36
Black with #A1BA36
Text Example
Text Example
White with #A1BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA36; }
p { color: rgb(161,186,54); }
H1.HeaderClassName
{
color: #A1BA36;
}
.AnyTagClassName
{
color: #A1BA36;
}
</style>
background-color css
<style>
a { background-color: #A1BA36; }
a { background-color: rgb(161,186,54); }
div.DivClassName
{
background-color: #A1BA36;
}
.BgClassName
{
background-color: #A1BA36;
}
</style>
border-color css
<style>
span { border-color: #A1BA36; }
span { border-color: rgb(161,186,54); }
td.TdClassName
{
border-color: #A1BA36;
}
.TagClassName
{
border-color: #A1BA36;
}
</style>