Shades of Yellow Green #A6BD36
Tints of Yellow Green #A6BD36
RGB
CMYK
RGB Variations
Color information
#A6BD36 (or 0xA6BD36) is known color: Yellow Green. HEX triplet: A6, BD and 36. RGB value is (166,189,54). Sum of RGB (Red+Green+Blue) = 166+189+54=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD36 is #5942C9. Grayscale: #A7A7A7. Windows color (decimal): -5849802 or 3587494. OLE color: 3587494.
HSL color Cylindrical-coordinate representation of color #A6BD36: hue angle of 70.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6BD36 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 54 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.26 |
| HSL | 70.22º | 0.56% | 0.48% | - |
| HSV(B) | 70.22º | 0.71% | 0.74% | - |
| XYZ | 34.59 | 44.77 | 10.31 | - |
| YUV | 166.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 54 | 0.12 | 0 | 0.71 | 0.26 | 70.22 | 0.56 | 0.48 |
| Hex | A6 | BD | 36 | C | 0 | 47 | 1A | 46 | 38 | 30 |
| Octal | 246 | 275 | 66 | 14 | 0 | 107 | 32 | 106 | 70 | 60 |
| Binary | 10100110 | 10111101 | 110110 | 1100 | 0 | 1000111 | 11010 | 1000110 | 111000 | 110000 |
Color Harmonies of #A6BD36
Complementary color
Monochromatic Colors of #A6BD36
Black with #A6BD36
Text Example
Text Example
White with #A6BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD36; }
p { color: rgb(166,189,54); }
H1.HeaderClassName
{
color: #A6BD36;
}
.AnyTagClassName
{
color: #A6BD36;
}
</style>
background-color css
<style>
a { background-color: #A6BD36; }
a { background-color: rgb(166,189,54); }
div.DivClassName
{
background-color: #A6BD36;
}
.BgClassName
{
background-color: #A6BD36;
}
</style>
border-color css
<style>
span { border-color: #A6BD36; }
span { border-color: rgb(166,189,54); }
td.TdClassName
{
border-color: #A6BD36;
}
.TagClassName
{
border-color: #A6BD36;
}
</style>