Shades of Bahia #A2BE21
Tints of Bahia #A2BE21
RGB
CMYK
RGB Variations
Color information
#A2BE21 (or 0xA2BE21) is known color: Bahia. HEX triplet: A2, BE and 21. RGB value is (162,190,33). Sum of RGB (Red+Green+Blue) = 162+190+33=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE21 is #5D41DE. Grayscale: #A4A4A4. Windows color (decimal): -6111711 or 2211490. OLE color: 2211490.
HSL color Cylindrical-coordinate representation of color #A2BE21: hue angle of 70.7º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2BE21 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 33 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.25 |
| HSL | 70.7º | 0.7% | 0.44% | - |
| HSV(B) | 70.7º | 0.83% | 0.75% | - |
| XYZ | 33.59 | 44.62 | 8.28 | - |
| YUV | 163.73 | 54.22 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 33 | 0.15 | 0 | 0.83 | 0.25 | 70.7 | 0.7 | 0.44 |
| Hex | A2 | BE | 21 | F | 0 | 53 | 19 | 47 | 46 | 2C |
| Octal | 242 | 276 | 41 | 17 | 0 | 123 | 31 | 107 | 106 | 54 |
| Binary | 10100010 | 10111110 | 100001 | 1111 | 0 | 1010011 | 11001 | 1000111 | 1000110 | 101100 |
Color Harmonies of #A2BE21
Complementary color
Monochromatic Colors of #A2BE21
Black with #A2BE21
Text Example
Text Example
White with #A2BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE21; }
p { color: rgb(162,190,33); }
H1.HeaderClassName
{
color: #A2BE21;
}
.AnyTagClassName
{
color: #A2BE21;
}
</style>
background-color css
<style>
a { background-color: #A2BE21; }
a { background-color: rgb(162,190,33); }
div.DivClassName
{
background-color: #A2BE21;
}
.BgClassName
{
background-color: #A2BE21;
}
</style>
border-color css
<style>
span { border-color: #A2BE21; }
span { border-color: rgb(162,190,33); }
td.TdClassName
{
border-color: #A2BE21;
}
.TagClassName
{
border-color: #A2BE21;
}
</style>