Shades of Yellow Green #A2BC3D
Tints of Yellow Green #A2BC3D
RGB
CMYK
RGB Variations
Color information
#A2BC3D (or 0xA2BC3D) is known color: Yellow Green. HEX triplet: A2, BC and 3D. RGB value is (162,188,61). Sum of RGB (Red+Green+Blue) = 162+188+61=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC3D is #5D43C2. Grayscale: #A6A6A6. Windows color (decimal): -6112195 or 4045986. OLE color: 4045986.
HSL color Cylindrical-coordinate representation of color #A2BC3D: hue angle of 72.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2BC3D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 61 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.26 |
| HSL | 72.28º | 0.51% | 0.49% | - |
| HSV(B) | 72.28º | 0.68% | 0.74% | - |
| XYZ | 33.73 | 43.98 | 11.13 | - |
| YUV | 165.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 61 | 0.14 | 0 | 0.68 | 0.26 | 72.28 | 0.51 | 0.49 |
| Hex | A2 | BC | 3D | E | 0 | 44 | 1A | 48 | 33 | 31 |
| Octal | 242 | 274 | 75 | 16 | 0 | 104 | 32 | 110 | 63 | 61 |
| Binary | 10100010 | 10111100 | 111101 | 1110 | 0 | 1000100 | 11010 | 1001000 | 110011 | 110001 |
Color Harmonies of #A2BC3D
Complementary color
Monochromatic Colors of #A2BC3D
Black with #A2BC3D
Text Example
Text Example
White with #A2BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC3D; }
p { color: rgb(162,188,61); }
H1.HeaderClassName
{
color: #A2BC3D;
}
.AnyTagClassName
{
color: #A2BC3D;
}
</style>
background-color css
<style>
a { background-color: #A2BC3D; }
a { background-color: rgb(162,188,61); }
div.DivClassName
{
background-color: #A2BC3D;
}
.BgClassName
{
background-color: #A2BC3D;
}
</style>
border-color css
<style>
span { border-color: #A2BC3D; }
span { border-color: rgb(162,188,61); }
td.TdClassName
{
border-color: #A2BC3D;
}
.TagClassName
{
border-color: #A2BC3D;
}
</style>