Shades of Yellow Green #A2BC36
Tints of Yellow Green #A2BC36
RGB
CMYK
RGB Variations
Color information
#A2BC36 (or 0xA2BC36) is known color: Yellow Green. HEX triplet: A2, BC and 36. RGB value is (162,188,54). Sum of RGB (Red+Green+Blue) = 162+188+54=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC36 is #5D43C9. Grayscale: #A5A5A5. Windows color (decimal): -6112202 or 3587234. OLE color: 3587234.
HSL color Cylindrical-coordinate representation of color #A2BC36: hue angle of 71.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2BC36 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 54 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.26 |
| HSL | 71.64º | 0.55% | 0.47% | - |
| HSV(B) | 71.64º | 0.71% | 0.74% | - |
| XYZ | 33.55 | 43.91 | 10.2 | - |
| YUV | 164.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 54 | 0.14 | 0 | 0.71 | 0.26 | 71.64 | 0.55 | 0.47 |
| Hex | A2 | BC | 36 | E | 0 | 47 | 1A | 48 | 37 | 2F |
| Octal | 242 | 274 | 66 | 16 | 0 | 107 | 32 | 110 | 67 | 57 |
| Binary | 10100010 | 10111100 | 110110 | 1110 | 0 | 1000111 | 11010 | 1001000 | 110111 | 101111 |
Color Harmonies of #A2BC36
Complementary color
Monochromatic Colors of #A2BC36
Black with #A2BC36
Text Example
Text Example
White with #A2BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC36; }
p { color: rgb(162,188,54); }
H1.HeaderClassName
{
color: #A2BC36;
}
.AnyTagClassName
{
color: #A2BC36;
}
</style>
background-color css
<style>
a { background-color: #A2BC36; }
a { background-color: rgb(162,188,54); }
div.DivClassName
{
background-color: #A2BC36;
}
.BgClassName
{
background-color: #A2BC36;
}
</style>
border-color css
<style>
span { border-color: #A2BC36; }
span { border-color: rgb(162,188,54); }
td.TdClassName
{
border-color: #A2BC36;
}
.TagClassName
{
border-color: #A2BC36;
}
</style>