Shades of Yellow Green #A1BE34
Tints of Yellow Green #A1BE34
RGB
CMYK
RGB Variations
Color information
#A1BE34 (or 0xA1BE34) is known color: Yellow Green. HEX triplet: A1, BE and 34. RGB value is (161,190,52). Sum of RGB (Red+Green+Blue) = 161+190+52=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE34 is #5E41CB. Grayscale: #A6A6A6. Windows color (decimal): -6177228 or 3456673. OLE color: 3456673.
HSL color Cylindrical-coordinate representation of color #A1BE34: hue angle of 72.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1BE34 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 52 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.25 |
| HSL | 72.61º | 0.57% | 0.47% | - |
| HSV(B) | 72.61º | 0.73% | 0.75% | - |
| XYZ | 33.73 | 44.65 | 10.09 | - |
| YUV | 165.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 52 | 0.15 | 0 | 0.73 | 0.25 | 72.61 | 0.57 | 0.47 |
| Hex | A1 | BE | 34 | F | 0 | 49 | 19 | 49 | 39 | 2F |
| Octal | 241 | 276 | 64 | 17 | 0 | 111 | 31 | 111 | 71 | 57 |
| Binary | 10100001 | 10111110 | 110100 | 1111 | 0 | 1001001 | 11001 | 1001001 | 111001 | 101111 |
Color Harmonies of #A1BE34
Complementary color
Monochromatic Colors of #A1BE34
Black with #A1BE34
Text Example
Text Example
White with #A1BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE34; }
p { color: rgb(161,190,52); }
H1.HeaderClassName
{
color: #A1BE34;
}
.AnyTagClassName
{
color: #A1BE34;
}
</style>
background-color css
<style>
a { background-color: #A1BE34; }
a { background-color: rgb(161,190,52); }
div.DivClassName
{
background-color: #A1BE34;
}
.BgClassName
{
background-color: #A1BE34;
}
</style>
border-color css
<style>
span { border-color: #A1BE34; }
span { border-color: rgb(161,190,52); }
td.TdClassName
{
border-color: #A1BE34;
}
.TagClassName
{
border-color: #A1BE34;
}
</style>