Shades of Yellow Green #A6BF3A
Tints of Yellow Green #A6BF3A
RGB
CMYK
RGB Variations
Color information
#A6BF3A (or 0xA6BF3A) is known color: Yellow Green. HEX triplet: A6, BF and 3A. RGB value is (166,191,58). Sum of RGB (Red+Green+Blue) = 166+191+58=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF3A is #5940C5. Grayscale: #A8A8A8. Windows color (decimal): -5849286 or 3850150. OLE color: 3850150.
HSL color Cylindrical-coordinate representation of color #A6BF3A: hue angle of 71.28º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6BF3A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 58 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.25 |
| HSL | 71.28º | 0.53% | 0.49% | - |
| HSV(B) | 71.28º | 0.7% | 0.75% | - |
| XYZ | 35.12 | 45.67 | 10.97 | - |
| YUV | 168.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 58 | 0.13 | 0 | 0.70 | 0.25 | 71.28 | 0.53 | 0.49 |
| Hex | A6 | BF | 3A | D | 0 | 46 | 19 | 47 | 35 | 31 |
| Octal | 246 | 277 | 72 | 15 | 0 | 106 | 31 | 107 | 65 | 61 |
| Binary | 10100110 | 10111111 | 111010 | 1101 | 0 | 1000110 | 11001 | 1000111 | 110101 | 110001 |
Color Harmonies of #A6BF3A
Complementary color
Monochromatic Colors of #A6BF3A
Black with #A6BF3A
Text Example
Text Example
White with #A6BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF3A; }
p { color: rgb(166,191,58); }
H1.HeaderClassName
{
color: #A6BF3A;
}
.AnyTagClassName
{
color: #A6BF3A;
}
</style>
background-color css
<style>
a { background-color: #A6BF3A; }
a { background-color: rgb(166,191,58); }
div.DivClassName
{
background-color: #A6BF3A;
}
.BgClassName
{
background-color: #A6BF3A;
}
</style>
border-color css
<style>
span { border-color: #A6BF3A; }
span { border-color: rgb(166,191,58); }
td.TdClassName
{
border-color: #A6BF3A;
}
.TagClassName
{
border-color: #A6BF3A;
}
</style>