Shades of Yellow Green #A0B932
Tints of Yellow Green #A0B932
RGB
CMYK
RGB Variations
Color information
#A0B932 (or 0xA0B932) is known color: Yellow Green. HEX triplet: A0, B9 and 32. RGB value is (160,185,50). Sum of RGB (Red+Green+Blue) = 160+185+50=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B932 is #5F46CD. Grayscale: #A2A2A2. Windows color (decimal): -6244046 or 3324320. OLE color: 3324320.
HSL color Cylindrical-coordinate representation of color #A0B932: hue angle of 71.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0B932 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 50 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.27 |
| HSL | 71.11º | 0.57% | 0.46% | - |
| HSV(B) | 71.11º | 0.73% | 0.73% | - |
| XYZ | 32.42 | 42.4 | 9.49 | - |
| YUV | 162.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 50 | 0.14 | 0 | 0.73 | 0.27 | 71.11 | 0.57 | 0.46 |
| Hex | A0 | B9 | 32 | E | 0 | 49 | 1B | 47 | 39 | 2E |
| Octal | 240 | 271 | 62 | 16 | 0 | 111 | 33 | 107 | 71 | 56 |
| Binary | 10100000 | 10111001 | 110010 | 1110 | 0 | 1001001 | 11011 | 1000111 | 111001 | 101110 |
Color Harmonies of #A0B932
Complementary color
Monochromatic Colors of #A0B932
Black with #A0B932
Text Example
Text Example
White with #A0B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B932; }
p { color: rgb(160,185,50); }
H1.HeaderClassName
{
color: #A0B932;
}
.AnyTagClassName
{
color: #A0B932;
}
</style>
background-color css
<style>
a { background-color: #A0B932; }
a { background-color: rgb(160,185,50); }
div.DivClassName
{
background-color: #A0B932;
}
.BgClassName
{
background-color: #A0B932;
}
</style>
border-color css
<style>
span { border-color: #A0B932; }
span { border-color: rgb(160,185,50); }
td.TdClassName
{
border-color: #A0B932;
}
.TagClassName
{
border-color: #A0B932;
}
</style>