Shades of Yellow Green #A2BF34
Tints of Yellow Green #A2BF34
RGB
CMYK
RGB Variations
Color information
#A2BF34 (or 0xA2BF34) is known color: Yellow Green. HEX triplet: A2, BF and 34. RGB value is (162,191,52). Sum of RGB (Red+Green+Blue) = 162+191+52=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF34 is #5D40CB. Grayscale: #A7A7A7. Windows color (decimal): -6111436 or 3456930. OLE color: 3456930.
HSL color Cylindrical-coordinate representation of color #A2BF34: hue angle of 72.52º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2BF34 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 52 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.25 |
| HSL | 72.52º | 0.57% | 0.48% | - |
| HSV(B) | 72.52º | 0.73% | 0.75% | - |
| XYZ | 34.15 | 45.19 | 10.17 | - |
| YUV | 166.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 52 | 0.15 | 0 | 0.73 | 0.25 | 72.52 | 0.57 | 0.48 |
| Hex | A2 | BF | 34 | F | 0 | 49 | 19 | 49 | 39 | 30 |
| Octal | 242 | 277 | 64 | 17 | 0 | 111 | 31 | 111 | 71 | 60 |
| Binary | 10100010 | 10111111 | 110100 | 1111 | 0 | 1001001 | 11001 | 1001001 | 111001 | 110000 |
Color Harmonies of #A2BF34
Complementary color
Monochromatic Colors of #A2BF34
Black with #A2BF34
Text Example
Text Example
White with #A2BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF34; }
p { color: rgb(162,191,52); }
H1.HeaderClassName
{
color: #A2BF34;
}
.AnyTagClassName
{
color: #A2BF34;
}
</style>
background-color css
<style>
a { background-color: #A2BF34; }
a { background-color: rgb(162,191,52); }
div.DivClassName
{
background-color: #A2BF34;
}
.BgClassName
{
background-color: #A2BF34;
}
</style>
border-color css
<style>
span { border-color: #A2BF34; }
span { border-color: rgb(162,191,52); }
td.TdClassName
{
border-color: #A2BF34;
}
.TagClassName
{
border-color: #A2BF34;
}
</style>