Shades of Bahia #A2C81A
Tints of Bahia #A2C81A
RGB
CMYK
RGB Variations
Color information
#A2C81A (or 0xA2C81A) is known color: Bahia. HEX triplet: A2, C8 and 1A. RGB value is (162,200,26). Sum of RGB (Red+Green+Blue) = 162+200+26=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C81A is #5D37E5. Grayscale: #A9A9A9. Windows color (decimal): -6109158 or 1755298. OLE color: 1755298.
HSL color Cylindrical-coordinate representation of color #A2C81A: hue angle of 73.1º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2C81A is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 26 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.22 |
| HSL | 73.1º | 0.77% | 0.44% | - |
| HSV(B) | 73.1º | 0.87% | 0.78% | - |
| XYZ | 35.74 | 49.06 | 8.56 | - |
| YUV | 168.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 26 | 0.19 | 0 | 0.87 | 0.22 | 73.1 | 0.77 | 0.44 |
| Hex | A2 | C8 | 1A | 13 | 0 | 57 | 16 | 49 | 4D | 2C |
| Octal | 242 | 310 | 32 | 23 | 0 | 127 | 26 | 111 | 115 | 54 |
| Binary | 10100010 | 11001000 | 11010 | 10011 | 0 | 1010111 | 10110 | 1001001 | 1001101 | 101100 |
Color Harmonies of #A2C81A
Complementary color
Monochromatic Colors of #A2C81A
Black with #A2C81A
Text Example
Text Example
White with #A2C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C81A; }
p { color: rgb(162,200,26); }
H1.HeaderClassName
{
color: #A2C81A;
}
.AnyTagClassName
{
color: #A2C81A;
}
</style>
background-color css
<style>
a { background-color: #A2C81A; }
a { background-color: rgb(162,200,26); }
div.DivClassName
{
background-color: #A2C81A;
}
.BgClassName
{
background-color: #A2C81A;
}
</style>
border-color css
<style>
span { border-color: #A2C81A; }
span { border-color: rgb(162,200,26); }
td.TdClassName
{
border-color: #A2C81A;
}
.TagClassName
{
border-color: #A2C81A;
}
</style>