Shades of Yellow Green #A1BA33
Tints of Yellow Green #A1BA33
RGB
CMYK
RGB Variations
Color information
#A1BA33 (or 0xA1BA33) is known color: Yellow Green. HEX triplet: A1, BA and 33. RGB value is (161,186,51). Sum of RGB (Red+Green+Blue) = 161+186+51=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA33 is #5E45CC. Grayscale: #A3A3A3. Windows color (decimal): -6178253 or 3390113. OLE color: 3390113.
HSL color Cylindrical-coordinate representation of color #A1BA33: hue angle of 71.11º degrees, saturation: 0.57, 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 #A1BA33 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 51 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.27 |
| HSL | 71.11º | 0.57% | 0.46% | - |
| HSV(B) | 71.11º | 0.73% | 0.73% | - |
| XYZ | 32.85 | 42.93 | 9.69 | - |
| YUV | 163.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 51 | 0.13 | 0 | 0.73 | 0.27 | 71.11 | 0.57 | 0.46 |
| Hex | A1 | BA | 33 | D | 0 | 49 | 1B | 47 | 39 | 2E |
| Octal | 241 | 272 | 63 | 15 | 0 | 111 | 33 | 107 | 71 | 56 |
| Binary | 10100001 | 10111010 | 110011 | 1101 | 0 | 1001001 | 11011 | 1000111 | 111001 | 101110 |
Color Harmonies of #A1BA33
Complementary color
Monochromatic Colors of #A1BA33
Black with #A1BA33
Text Example
Text Example
White with #A1BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA33; }
p { color: rgb(161,186,51); }
H1.HeaderClassName
{
color: #A1BA33;
}
.AnyTagClassName
{
color: #A1BA33;
}
</style>
background-color css
<style>
a { background-color: #A1BA33; }
a { background-color: rgb(161,186,51); }
div.DivClassName
{
background-color: #A1BA33;
}
.BgClassName
{
background-color: #A1BA33;
}
</style>
border-color css
<style>
span { border-color: #A1BA33; }
span { border-color: rgb(161,186,51); }
td.TdClassName
{
border-color: #A1BA33;
}
.TagClassName
{
border-color: #A1BA33;
}
</style>