Shades of Yellow Green #A1BF3B
Tints of Yellow Green #A1BF3B
RGB
CMYK
RGB Variations
Color information
#A1BF3B (or 0xA1BF3B) is known color: Yellow Green. HEX triplet: A1, BF and 3B. RGB value is (161,191,59). Sum of RGB (Red+Green+Blue) = 161+191+59=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF3B is #5E40C4. Grayscale: #A7A7A7. Windows color (decimal): -6176965 or 3915681. OLE color: 3915681.
HSL color Cylindrical-coordinate representation of color #A1BF3B: hue angle of 73.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1BF3B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 59 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.25 |
| HSL | 73.64º | 0.53% | 0.49% | - |
| HSV(B) | 73.64º | 0.69% | 0.75% | - |
| XYZ | 34.12 | 45.15 | 11.06 | - |
| YUV | 166.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 59 | 0.16 | 0 | 0.69 | 0.25 | 73.64 | 0.53 | 0.49 |
| Hex | A1 | BF | 3B | 10 | 0 | 45 | 19 | 4A | 35 | 31 |
| Octal | 241 | 277 | 73 | 20 | 0 | 105 | 31 | 112 | 65 | 61 |
| Binary | 10100001 | 10111111 | 111011 | 10000 | 0 | 1000101 | 11001 | 1001010 | 110101 | 110001 |
Color Harmonies of #A1BF3B
Complementary color
Monochromatic Colors of #A1BF3B
Black with #A1BF3B
Text Example
Text Example
White with #A1BF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF3B; }
p { color: rgb(161,191,59); }
H1.HeaderClassName
{
color: #A1BF3B;
}
.AnyTagClassName
{
color: #A1BF3B;
}
</style>
background-color css
<style>
a { background-color: #A1BF3B; }
a { background-color: rgb(161,191,59); }
div.DivClassName
{
background-color: #A1BF3B;
}
.BgClassName
{
background-color: #A1BF3B;
}
</style>
border-color css
<style>
span { border-color: #A1BF3B; }
span { border-color: rgb(161,191,59); }
td.TdClassName
{
border-color: #A1BF3B;
}
.TagClassName
{
border-color: #A1BF3B;
}
</style>