Shades of Yellow Green #A6BD35
Tints of Yellow Green #A6BD35
RGB
CMYK
RGB Variations
Color information
#A6BD35 (or 0xA6BD35) is known color: Yellow Green. HEX triplet: A6, BD and 35. RGB value is (166,189,53). Sum of RGB (Red+Green+Blue) = 166+189+53=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD35 is #5942CA. Grayscale: #A7A7A7. Windows color (decimal): -5849803 or 3521958. OLE color: 3521958.
HSL color Cylindrical-coordinate representation of color #A6BD35: hue angle of 70.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6BD35 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 53 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.26 |
| HSL | 70.15º | 0.56% | 0.47% | - |
| HSV(B) | 70.15º | 0.72% | 0.74% | - |
| XYZ | 34.57 | 44.76 | 10.19 | - |
| YUV | 166.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 53 | 0.12 | 0 | 0.72 | 0.26 | 70.15 | 0.56 | 0.47 |
| Hex | A6 | BD | 35 | C | 0 | 48 | 1A | 46 | 38 | 2F |
| Octal | 246 | 275 | 65 | 14 | 0 | 110 | 32 | 106 | 70 | 57 |
| Binary | 10100110 | 10111101 | 110101 | 1100 | 0 | 1001000 | 11010 | 1000110 | 111000 | 101111 |
Color Harmonies of #A6BD35
Complementary color
Monochromatic Colors of #A6BD35
Black with #A6BD35
Text Example
Text Example
White with #A6BD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD35; }
p { color: rgb(166,189,53); }
H1.HeaderClassName
{
color: #A6BD35;
}
.AnyTagClassName
{
color: #A6BD35;
}
</style>
background-color css
<style>
a { background-color: #A6BD35; }
a { background-color: rgb(166,189,53); }
div.DivClassName
{
background-color: #A6BD35;
}
.BgClassName
{
background-color: #A6BD35;
}
</style>
border-color css
<style>
span { border-color: #A6BD35; }
span { border-color: rgb(166,189,53); }
td.TdClassName
{
border-color: #A6BD35;
}
.TagClassName
{
border-color: #A6BD35;
}
</style>