Shades of Yellow Green #A0BC32
Tints of Yellow Green #A0BC32
RGB
CMYK
RGB Variations
Color information
#A0BC32 (or 0xA0BC32) is known color: Yellow Green. HEX triplet: A0, BC and 32. RGB value is (160,188,50). Sum of RGB (Red+Green+Blue) = 160+188+50=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC32 is #5F43CD. Grayscale: #A4A4A4. Windows color (decimal): -6243278 or 3325088. OLE color: 3325088.
HSL color Cylindrical-coordinate representation of color #A0BC32: hue angle of 72.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0BC32 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 50 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.26 |
| HSL | 72.17º | 0.58% | 0.47% | - |
| HSV(B) | 72.17º | 0.73% | 0.74% | - |
| XYZ | 33.06 | 43.67 | 9.7 | - |
| YUV | 163.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 50 | 0.15 | 0 | 0.73 | 0.26 | 72.17 | 0.58 | 0.47 |
| Hex | A0 | BC | 32 | F | 0 | 49 | 1A | 48 | 3A | 2F |
| Octal | 240 | 274 | 62 | 17 | 0 | 111 | 32 | 110 | 72 | 57 |
| Binary | 10100000 | 10111100 | 110010 | 1111 | 0 | 1001001 | 11010 | 1001000 | 111010 | 101111 |
Color Harmonies of #A0BC32
Complementary color
Monochromatic Colors of #A0BC32
Black with #A0BC32
Text Example
Text Example
White with #A0BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC32; }
p { color: rgb(160,188,50); }
H1.HeaderClassName
{
color: #A0BC32;
}
.AnyTagClassName
{
color: #A0BC32;
}
</style>
background-color css
<style>
a { background-color: #A0BC32; }
a { background-color: rgb(160,188,50); }
div.DivClassName
{
background-color: #A0BC32;
}
.BgClassName
{
background-color: #A0BC32;
}
</style>
border-color css
<style>
span { border-color: #A0BC32; }
span { border-color: rgb(160,188,50); }
td.TdClassName
{
border-color: #A0BC32;
}
.TagClassName
{
border-color: #A0BC32;
}
</style>