Shades of Bahia #A2BE16
Tints of Bahia #A2BE16
RGB
CMYK
RGB Variations
Color information
#A2BE16 (or 0xA2BE16) is known color: Bahia. HEX triplet: A2, BE and 16. RGB value is (162,190,22). Sum of RGB (Red+Green+Blue) = 162+190+22=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE16 is #5D41E9. Grayscale: #A3A3A3. Windows color (decimal): -6111722 or 1490594. OLE color: 1490594.
HSL color Cylindrical-coordinate representation of color #A2BE16: hue angle of 70º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2BE16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 22 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.25 |
| HSL | 70º | 0.79% | 0.42% | - |
| HSV(B) | 70º | 0.88% | 0.75% | - |
| XYZ | 33.46 | 44.57 | 7.6 | - |
| YUV | 162.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 22 | 0.15 | 0 | 0.88 | 0.25 | 70 | 0.79 | 0.42 |
| Hex | A2 | BE | 16 | F | 0 | 58 | 19 | 46 | 4F | 2A |
| Octal | 242 | 276 | 26 | 17 | 0 | 130 | 31 | 106 | 117 | 52 |
| Binary | 10100010 | 10111110 | 10110 | 1111 | 0 | 1011000 | 11001 | 1000110 | 1001111 | 101010 |
Color Harmonies of #A2BE16
Complementary color
Monochromatic Colors of #A2BE16
Black with #A2BE16
Text Example
Text Example
White with #A2BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE16; }
p { color: rgb(162,190,22); }
H1.HeaderClassName
{
color: #A2BE16;
}
.AnyTagClassName
{
color: #A2BE16;
}
</style>
background-color css
<style>
a { background-color: #A2BE16; }
a { background-color: rgb(162,190,22); }
div.DivClassName
{
background-color: #A2BE16;
}
.BgClassName
{
background-color: #A2BE16;
}
</style>
border-color css
<style>
span { border-color: #A2BE16; }
span { border-color: rgb(162,190,22); }
td.TdClassName
{
border-color: #A2BE16;
}
.TagClassName
{
border-color: #A2BE16;
}
</style>