Shades of Yellow Green #A0B933
Tints of Yellow Green #A0B933
RGB
CMYK
RGB Variations
Color information
#A0B933 (or 0xA0B933) is known color: Yellow Green. HEX triplet: A0, B9 and 33. RGB value is (160,185,51). Sum of RGB (Red+Green+Blue) = 160+185+51=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B933 is #5F46CC. Grayscale: #A2A2A2. Windows color (decimal): -6244045 or 3389856. OLE color: 3389856.
HSL color Cylindrical-coordinate representation of color #A0B933: hue angle of 71.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0B933 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 51 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.27 |
| HSL | 71.19º | 0.57% | 0.46% | - |
| HSV(B) | 71.19º | 0.72% | 0.73% | - |
| XYZ | 32.44 | 42.41 | 9.61 | - |
| YUV | 162.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 51 | 0.14 | 0 | 0.72 | 0.27 | 71.19 | 0.57 | 0.46 |
| Hex | A0 | B9 | 33 | E | 0 | 48 | 1B | 47 | 39 | 2E |
| Octal | 240 | 271 | 63 | 16 | 0 | 110 | 33 | 107 | 71 | 56 |
| Binary | 10100000 | 10111001 | 110011 | 1110 | 0 | 1001000 | 11011 | 1000111 | 111001 | 101110 |
Color Harmonies of #A0B933
Complementary color
Monochromatic Colors of #A0B933
Black with #A0B933
Text Example
Text Example
White with #A0B933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B933; }
p { color: rgb(160,185,51); }
H1.HeaderClassName
{
color: #A0B933;
}
.AnyTagClassName
{
color: #A0B933;
}
</style>
background-color css
<style>
a { background-color: #A0B933; }
a { background-color: rgb(160,185,51); }
div.DivClassName
{
background-color: #A0B933;
}
.BgClassName
{
background-color: #A0B933;
}
</style>
border-color css
<style>
span { border-color: #A0B933; }
span { border-color: rgb(160,185,51); }
td.TdClassName
{
border-color: #A0B933;
}
.TagClassName
{
border-color: #A0B933;
}
</style>