Shades of Yellow Green #A2BB3A
Tints of Yellow Green #A2BB3A
RGB
CMYK
RGB Variations
Color information
#A2BB3A (or 0xA2BB3A) is known color: Yellow Green. HEX triplet: A2, BB and 3A. RGB value is (162,187,58). Sum of RGB (Red+Green+Blue) = 162+187+58=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB3A is #5D44C5. Grayscale: #A5A5A5. Windows color (decimal): -6112454 or 3849122. OLE color: 3849122.
HSL color Cylindrical-coordinate representation of color #A2BB3A: hue angle of 71.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2BB3A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 58 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.27 |
| HSL | 71.63º | 0.53% | 0.48% | - |
| HSV(B) | 71.63º | 0.69% | 0.73% | - |
| XYZ | 33.43 | 43.53 | 10.64 | - |
| YUV | 164.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 58 | 0.13 | 0 | 0.69 | 0.27 | 71.63 | 0.53 | 0.48 |
| Hex | A2 | BB | 3A | D | 0 | 45 | 1B | 48 | 35 | 30 |
| Octal | 242 | 273 | 72 | 15 | 0 | 105 | 33 | 110 | 65 | 60 |
| Binary | 10100010 | 10111011 | 111010 | 1101 | 0 | 1000101 | 11011 | 1001000 | 110101 | 110000 |
Color Harmonies of #A2BB3A
Complementary color
Monochromatic Colors of #A2BB3A
Black with #A2BB3A
Text Example
Text Example
White with #A2BB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB3A; }
p { color: rgb(162,187,58); }
H1.HeaderClassName
{
color: #A2BB3A;
}
.AnyTagClassName
{
color: #A2BB3A;
}
</style>
background-color css
<style>
a { background-color: #A2BB3A; }
a { background-color: rgb(162,187,58); }
div.DivClassName
{
background-color: #A2BB3A;
}
.BgClassName
{
background-color: #A2BB3A;
}
</style>
border-color css
<style>
span { border-color: #A2BB3A; }
span { border-color: rgb(162,187,58); }
td.TdClassName
{
border-color: #A2BB3A;
}
.TagClassName
{
border-color: #A2BB3A;
}
</style>