Shades of Yellow Green #A1B537
Tints of Yellow Green #A1B537
RGB
CMYK
RGB Variations
Color information
#A1B537 (or 0xA1B537) is known color: Yellow Green. HEX triplet: A1, B5 and 37. RGB value is (161,181,55). Sum of RGB (Red+Green+Blue) = 161+181+55=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B537 is #5E4AC8. Grayscale: #A1A1A1. Windows color (decimal): -6179529 or 3650977. OLE color: 3650977.
HSL color Cylindrical-coordinate representation of color #A1B537: hue angle of 69.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1B537 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 55 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.29 |
| HSL | 69.52º | 0.53% | 0.46% | - |
| HSV(B) | 69.52º | 0.7% | 0.71% | - |
| XYZ | 31.91 | 40.9 | 9.83 | - |
| YUV | 160.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 55 | 0.11 | 0 | 0.70 | 0.29 | 69.52 | 0.53 | 0.46 |
| Hex | A1 | B5 | 37 | B | 0 | 46 | 1D | 46 | 35 | 2E |
| Octal | 241 | 265 | 67 | 13 | 0 | 106 | 35 | 106 | 65 | 56 |
| Binary | 10100001 | 10110101 | 110111 | 1011 | 0 | 1000110 | 11101 | 1000110 | 110101 | 101110 |
Color Harmonies of #A1B537
Complementary color
Monochromatic Colors of #A1B537
Black with #A1B537
Text Example
Text Example
White with #A1B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B537; }
p { color: rgb(161,181,55); }
H1.HeaderClassName
{
color: #A1B537;
}
.AnyTagClassName
{
color: #A1B537;
}
</style>
background-color css
<style>
a { background-color: #A1B537; }
a { background-color: rgb(161,181,55); }
div.DivClassName
{
background-color: #A1B537;
}
.BgClassName
{
background-color: #A1B537;
}
</style>
border-color css
<style>
span { border-color: #A1B537; }
span { border-color: rgb(161,181,55); }
td.TdClassName
{
border-color: #A1B537;
}
.TagClassName
{
border-color: #A1B537;
}
</style>