Shades of Yellow Green #A2BE32
Tints of Yellow Green #A2BE32
RGB
CMYK
RGB Variations
Color information
#A2BE32 (or 0xA2BE32) is known color: Yellow Green. HEX triplet: A2, BE and 32. RGB value is (162,190,50). Sum of RGB (Red+Green+Blue) = 162+190+50=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE32 is #5D41CD. Grayscale: #A6A6A6. Windows color (decimal): -6111694 or 3325602. OLE color: 3325602.
HSL color Cylindrical-coordinate representation of color #A2BE32: hue angle of 72º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2BE32 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 50 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.25 |
| HSL | 72º | 0.58% | 0.47% | - |
| HSV(B) | 72º | 0.74% | 0.75% | - |
| XYZ | 33.89 | 44.74 | 9.87 | - |
| YUV | 165.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 50 | 0.15 | 0 | 0.74 | 0.25 | 72 | 0.58 | 0.47 |
| Hex | A2 | BE | 32 | F | 0 | 4A | 19 | 48 | 3A | 2F |
| Octal | 242 | 276 | 62 | 17 | 0 | 112 | 31 | 110 | 72 | 57 |
| Binary | 10100010 | 10111110 | 110010 | 1111 | 0 | 1001010 | 11001 | 1001000 | 111010 | 101111 |
Color Harmonies of #A2BE32
Complementary color
Monochromatic Colors of #A2BE32
Black with #A2BE32
Text Example
Text Example
White with #A2BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE32; }
p { color: rgb(162,190,50); }
H1.HeaderClassName
{
color: #A2BE32;
}
.AnyTagClassName
{
color: #A2BE32;
}
</style>
background-color css
<style>
a { background-color: #A2BE32; }
a { background-color: rgb(162,190,50); }
div.DivClassName
{
background-color: #A2BE32;
}
.BgClassName
{
background-color: #A2BE32;
}
</style>
border-color css
<style>
span { border-color: #A2BE32; }
span { border-color: rgb(162,190,50); }
td.TdClassName
{
border-color: #A2BE32;
}
.TagClassName
{
border-color: #A2BE32;
}
</style>