Shades of Yellow Green #A3BE32
Tints of Yellow Green #A3BE32
RGB
CMYK
RGB Variations
Color information
#A3BE32 (or 0xA3BE32) is known color: Yellow Green. HEX triplet: A3, BE and 32. RGB value is (163,190,50). Sum of RGB (Red+Green+Blue) = 163+190+50=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE32 is #5C41CD. Grayscale: #A6A6A6. Windows color (decimal): -6046158 or 3325603. OLE color: 3325603.
HSL color Cylindrical-coordinate representation of color #A3BE32: hue angle of 71.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3BE32 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 50 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.25 |
| HSL | 71.57º | 0.58% | 0.47% | - |
| HSV(B) | 71.57º | 0.74% | 0.75% | - |
| XYZ | 34.09 | 44.84 | 9.88 | - |
| YUV | 165.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 50 | 0.14 | 0 | 0.74 | 0.25 | 71.57 | 0.58 | 0.47 |
| Hex | A3 | BE | 32 | E | 0 | 4A | 19 | 48 | 3A | 2F |
| Octal | 243 | 276 | 62 | 16 | 0 | 112 | 31 | 110 | 72 | 57 |
| Binary | 10100011 | 10111110 | 110010 | 1110 | 0 | 1001010 | 11001 | 1001000 | 111010 | 101111 |
Color Harmonies of #A3BE32
Complementary color
Monochromatic Colors of #A3BE32
Black with #A3BE32
Text Example
Text Example
White with #A3BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE32; }
p { color: rgb(163,190,50); }
H1.HeaderClassName
{
color: #A3BE32;
}
.AnyTagClassName
{
color: #A3BE32;
}
</style>
background-color css
<style>
a { background-color: #A3BE32; }
a { background-color: rgb(163,190,50); }
div.DivClassName
{
background-color: #A3BE32;
}
.BgClassName
{
background-color: #A3BE32;
}
</style>
border-color css
<style>
span { border-color: #A3BE32; }
span { border-color: rgb(163,190,50); }
td.TdClassName
{
border-color: #A3BE32;
}
.TagClassName
{
border-color: #A3BE32;
}
</style>