Shades of Yellow Green #A1BD34
Tints of Yellow Green #A1BD34
RGB
CMYK
RGB Variations
Color information
#A1BD34 (or 0xA1BD34) is known color: Yellow Green. HEX triplet: A1, BD and 34. RGB value is (161,189,52). Sum of RGB (Red+Green+Blue) = 161+189+52=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD34 is #5E42CB. Grayscale: #A5A5A5. Windows color (decimal): -6177484 or 3456417. OLE color: 3456417.
HSL color Cylindrical-coordinate representation of color #A1BD34: hue angle of 72.26º degrees, saturation: 0.57, 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 #A1BD34 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 52 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.26 |
| HSL | 72.26º | 0.57% | 0.47% | - |
| HSV(B) | 72.26º | 0.72% | 0.74% | - |
| XYZ | 33.52 | 44.22 | 10.02 | - |
| YUV | 165.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 52 | 0.15 | 0 | 0.72 | 0.26 | 72.26 | 0.57 | 0.47 |
| Hex | A1 | BD | 34 | F | 0 | 48 | 1A | 48 | 39 | 2F |
| Octal | 241 | 275 | 64 | 17 | 0 | 110 | 32 | 110 | 71 | 57 |
| Binary | 10100001 | 10111101 | 110100 | 1111 | 0 | 1001000 | 11010 | 1001000 | 111001 | 101111 |
Color Harmonies of #A1BD34
Complementary color
Monochromatic Colors of #A1BD34
Black with #A1BD34
Text Example
Text Example
White with #A1BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD34; }
p { color: rgb(161,189,52); }
H1.HeaderClassName
{
color: #A1BD34;
}
.AnyTagClassName
{
color: #A1BD34;
}
</style>
background-color css
<style>
a { background-color: #A1BD34; }
a { background-color: rgb(161,189,52); }
div.DivClassName
{
background-color: #A1BD34;
}
.BgClassName
{
background-color: #A1BD34;
}
</style>
border-color css
<style>
span { border-color: #A1BD34; }
span { border-color: rgb(161,189,52); }
td.TdClassName
{
border-color: #A1BD34;
}
.TagClassName
{
border-color: #A1BD34;
}
</style>