Shades of Yellow Green #A2BC34
Tints of Yellow Green #A2BC34
RGB
CMYK
RGB Variations
Color information
#A2BC34 (or 0xA2BC34) is known color: Yellow Green. HEX triplet: A2, BC and 34. RGB value is (162,188,52). Sum of RGB (Red+Green+Blue) = 162+188+52=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC34 is #5D43CB. Grayscale: #A5A5A5. Windows color (decimal): -6112204 or 3456162. OLE color: 3456162.
HSL color Cylindrical-coordinate representation of color #A2BC34: hue angle of 71.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2BC34 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 52 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.26 |
| HSL | 71.47º | 0.57% | 0.47% | - |
| HSV(B) | 71.47º | 0.72% | 0.74% | - |
| XYZ | 33.5 | 43.9 | 9.96 | - |
| YUV | 164.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 52 | 0.14 | 0 | 0.72 | 0.26 | 71.47 | 0.57 | 0.47 |
| Hex | A2 | BC | 34 | E | 0 | 48 | 1A | 47 | 39 | 2F |
| Octal | 242 | 274 | 64 | 16 | 0 | 110 | 32 | 107 | 71 | 57 |
| Binary | 10100010 | 10111100 | 110100 | 1110 | 0 | 1001000 | 11010 | 1000111 | 111001 | 101111 |
Color Harmonies of #A2BC34
Complementary color
Monochromatic Colors of #A2BC34
Black with #A2BC34
Text Example
Text Example
White with #A2BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC34; }
p { color: rgb(162,188,52); }
H1.HeaderClassName
{
color: #A2BC34;
}
.AnyTagClassName
{
color: #A2BC34;
}
</style>
background-color css
<style>
a { background-color: #A2BC34; }
a { background-color: rgb(162,188,52); }
div.DivClassName
{
background-color: #A2BC34;
}
.BgClassName
{
background-color: #A2BC34;
}
</style>
border-color css
<style>
span { border-color: #A2BC34; }
span { border-color: rgb(162,188,52); }
td.TdClassName
{
border-color: #A2BC34;
}
.TagClassName
{
border-color: #A2BC34;
}
</style>