Shades of Bahia #A1BE2A
Tints of Bahia #A1BE2A
RGB
CMYK
RGB Variations
Color information
#A1BE2A (or 0xA1BE2A) is known color: Bahia. HEX triplet: A1, BE and 2A. RGB value is (161,190,42). Sum of RGB (Red+Green+Blue) = 161+190+42=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE2A is #5E41D5. Grayscale: #A5A5A5. Windows color (decimal): -6177238 or 2801313. OLE color: 2801313.
HSL color Cylindrical-coordinate representation of color #A1BE2A: hue angle of 71.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1BE2A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 42 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.25 |
| HSL | 71.76º | 0.64% | 0.45% | - |
| HSV(B) | 71.76º | 0.78% | 0.75% | - |
| XYZ | 33.53 | 44.57 | 9.03 | - |
| YUV | 164.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 42 | 0.15 | 0 | 0.78 | 0.25 | 71.76 | 0.64 | 0.45 |
| Hex | A1 | BE | 2A | F | 0 | 4E | 19 | 48 | 40 | 2D |
| Octal | 241 | 276 | 52 | 17 | 0 | 116 | 31 | 110 | 100 | 55 |
| Binary | 10100001 | 10111110 | 101010 | 1111 | 0 | 1001110 | 11001 | 1001000 | 1000000 | 101101 |
Color Harmonies of #A1BE2A
Complementary color
Monochromatic Colors of #A1BE2A
Black with #A1BE2A
Text Example
Text Example
White with #A1BE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE2A; }
p { color: rgb(161,190,42); }
H1.HeaderClassName
{
color: #A1BE2A;
}
.AnyTagClassName
{
color: #A1BE2A;
}
</style>
background-color css
<style>
a { background-color: #A1BE2A; }
a { background-color: rgb(161,190,42); }
div.DivClassName
{
background-color: #A1BE2A;
}
.BgClassName
{
background-color: #A1BE2A;
}
</style>
border-color css
<style>
span { border-color: #A1BE2A; }
span { border-color: rgb(161,190,42); }
td.TdClassName
{
border-color: #A1BE2A;
}
.TagClassName
{
border-color: #A1BE2A;
}
</style>