Shades of Yellow Green #A3BF32
Tints of Yellow Green #A3BF32
RGB
CMYK
RGB Variations
Color information
#A3BF32 (or 0xA3BF32) is known color: Yellow Green. HEX triplet: A3, BF and 32. RGB value is (163,191,50). Sum of RGB (Red+Green+Blue) = 163+191+50=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BF32 is #5C40CD. Grayscale: #A7A7A7. Windows color (decimal): -6045902 or 3325859. OLE color: 3325859.
HSL color Cylindrical-coordinate representation of color #A3BF32: hue angle of 71.91º degrees, saturation: 0.59, 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 #A3BF32 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 50 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.25 |
| HSL | 71.91º | 0.59% | 0.47% | - |
| HSV(B) | 71.91º | 0.74% | 0.75% | - |
| XYZ | 34.31 | 45.28 | 9.95 | - |
| YUV | 166.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 50 | 0.15 | 0 | 0.74 | 0.25 | 71.91 | 0.59 | 0.47 |
| Hex | A3 | BF | 32 | F | 0 | 4A | 19 | 48 | 3B | 2F |
| Octal | 243 | 277 | 62 | 17 | 0 | 112 | 31 | 110 | 73 | 57 |
| Binary | 10100011 | 10111111 | 110010 | 1111 | 0 | 1001010 | 11001 | 1001000 | 111011 | 101111 |
Color Harmonies of #A3BF32
Complementary color
Monochromatic Colors of #A3BF32
Black with #A3BF32
Text Example
Text Example
White with #A3BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF32; }
p { color: rgb(163,191,50); }
H1.HeaderClassName
{
color: #A3BF32;
}
.AnyTagClassName
{
color: #A3BF32;
}
</style>
background-color css
<style>
a { background-color: #A3BF32; }
a { background-color: rgb(163,191,50); }
div.DivClassName
{
background-color: #A3BF32;
}
.BgClassName
{
background-color: #A3BF32;
}
</style>
border-color css
<style>
span { border-color: #A3BF32; }
span { border-color: rgb(163,191,50); }
td.TdClassName
{
border-color: #A3BF32;
}
.TagClassName
{
border-color: #A3BF32;
}
</style>