Shades of Yellow Green #A1B735
Tints of Yellow Green #A1B735
RGB
CMYK
RGB Variations
Color information
#A1B735 (or 0xA1B735) is known color: Yellow Green. HEX triplet: A1, B7 and 35. RGB value is (161,183,53). Sum of RGB (Red+Green+Blue) = 161+183+53=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B735 is #5E48CA. Grayscale: #A2A2A2. Windows color (decimal): -6179019 or 3520417. OLE color: 3520417.
HSL color Cylindrical-coordinate representation of color #A1B735: hue angle of 70.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1B735 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 53 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.28 |
| HSL | 70.15º | 0.55% | 0.46% | - |
| HSV(B) | 70.15º | 0.71% | 0.72% | - |
| XYZ | 32.27 | 41.7 | 9.72 | - |
| YUV | 161.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 53 | 0.12 | 0 | 0.71 | 0.28 | 70.15 | 0.55 | 0.46 |
| Hex | A1 | B7 | 35 | C | 0 | 47 | 1C | 46 | 37 | 2E |
| Octal | 241 | 267 | 65 | 14 | 0 | 107 | 34 | 106 | 67 | 56 |
| Binary | 10100001 | 10110111 | 110101 | 1100 | 0 | 1000111 | 11100 | 1000110 | 110111 | 101110 |
Color Harmonies of #A1B735
Complementary color
Monochromatic Colors of #A1B735
Black with #A1B735
Text Example
Text Example
White with #A1B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B735; }
p { color: rgb(161,183,53); }
H1.HeaderClassName
{
color: #A1B735;
}
.AnyTagClassName
{
color: #A1B735;
}
</style>
background-color css
<style>
a { background-color: #A1B735; }
a { background-color: rgb(161,183,53); }
div.DivClassName
{
background-color: #A1B735;
}
.BgClassName
{
background-color: #A1B735;
}
</style>
border-color css
<style>
span { border-color: #A1B735; }
span { border-color: rgb(161,183,53); }
td.TdClassName
{
border-color: #A1B735;
}
.TagClassName
{
border-color: #A1B735;
}
</style>