Shades of Bahia #A2BE20
Tints of Bahia #A2BE20
RGB
CMYK
RGB Variations
Color information
#A2BE20 (or 0xA2BE20) is known color: Bahia. HEX triplet: A2, BE and 20. RGB value is (162,190,32). Sum of RGB (Red+Green+Blue) = 162+190+32=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE20 is #5D41DF. Grayscale: #A4A4A4. Windows color (decimal): -6111712 or 2145954. OLE color: 2145954.
HSL color Cylindrical-coordinate representation of color #A2BE20: hue angle of 70.63º degrees, saturation: 0.71, 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 #A2BE20 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 32 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.25 |
| HSL | 70.63º | 0.71% | 0.44% | - |
| HSV(B) | 70.63º | 0.83% | 0.75% | - |
| XYZ | 33.57 | 44.61 | 8.21 | - |
| YUV | 163.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 32 | 0.15 | 0 | 0.83 | 0.25 | 70.63 | 0.71 | 0.44 |
| Hex | A2 | BE | 20 | F | 0 | 53 | 19 | 47 | 47 | 2C |
| Octal | 242 | 276 | 40 | 17 | 0 | 123 | 31 | 107 | 107 | 54 |
| Binary | 10100010 | 10111110 | 100000 | 1111 | 0 | 1010011 | 11001 | 1000111 | 1000111 | 101100 |
Color Harmonies of #A2BE20
Complementary color
Monochromatic Colors of #A2BE20
Black with #A2BE20
Text Example
Text Example
White with #A2BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE20; }
p { color: rgb(162,190,32); }
H1.HeaderClassName
{
color: #A2BE20;
}
.AnyTagClassName
{
color: #A2BE20;
}
</style>
background-color css
<style>
a { background-color: #A2BE20; }
a { background-color: rgb(162,190,32); }
div.DivClassName
{
background-color: #A2BE20;
}
.BgClassName
{
background-color: #A2BE20;
}
</style>
border-color css
<style>
span { border-color: #A2BE20; }
span { border-color: rgb(162,190,32); }
td.TdClassName
{
border-color: #A2BE20;
}
.TagClassName
{
border-color: #A2BE20;
}
</style>