Shades of Yellow Green #A1B935
Tints of Yellow Green #A1B935
RGB
CMYK
RGB Variations
Color information
#A1B935 (or 0xA1B935) is known color: Yellow Green. HEX triplet: A1, B9 and 35. RGB value is (161,185,53). Sum of RGB (Red+Green+Blue) = 161+185+53=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B935 is #5E46CA. Grayscale: #A3A3A3. Windows color (decimal): -6178507 or 3520929. OLE color: 3520929.
HSL color Cylindrical-coordinate representation of color #A1B935: hue angle of 70.91º 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 #A1B935 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 53 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.27 |
| HSL | 70.91º | 0.55% | 0.47% | - |
| HSV(B) | 70.91º | 0.71% | 0.73% | - |
| XYZ | 32.69 | 42.53 | 9.85 | - |
| YUV | 162.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 53 | 0.13 | 0 | 0.71 | 0.27 | 70.91 | 0.55 | 0.47 |
| Hex | A1 | B9 | 35 | D | 0 | 47 | 1B | 47 | 37 | 2F |
| Octal | 241 | 271 | 65 | 15 | 0 | 107 | 33 | 107 | 67 | 57 |
| Binary | 10100001 | 10111001 | 110101 | 1101 | 0 | 1000111 | 11011 | 1000111 | 110111 | 101111 |
Color Harmonies of #A1B935
Complementary color
Monochromatic Colors of #A1B935
Black with #A1B935
Text Example
Text Example
White with #A1B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B935; }
p { color: rgb(161,185,53); }
H1.HeaderClassName
{
color: #A1B935;
}
.AnyTagClassName
{
color: #A1B935;
}
</style>
background-color css
<style>
a { background-color: #A1B935; }
a { background-color: rgb(161,185,53); }
div.DivClassName
{
background-color: #A1B935;
}
.BgClassName
{
background-color: #A1B935;
}
</style>
border-color css
<style>
span { border-color: #A1B935; }
span { border-color: rgb(161,185,53); }
td.TdClassName
{
border-color: #A1B935;
}
.TagClassName
{
border-color: #A1B935;
}
</style>