Shades of Bahia #A2C816
Tints of Bahia #A2C816
RGB
CMYK
RGB Variations
Color information
#A2C816 (or 0xA2C816) is known color: Bahia. HEX triplet: A2, C8 and 16. RGB value is (162,200,22). Sum of RGB (Red+Green+Blue) = 162+200+22=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C816 is #5D37E9. Grayscale: #A9A9A9. Windows color (decimal): -6109162 or 1493154. OLE color: 1493154.
HSL color Cylindrical-coordinate representation of color #A2C816: hue angle of 72.81º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2C816 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 22 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.22 |
| HSL | 72.81º | 0.8% | 0.44% | - |
| HSV(B) | 72.81º | 0.89% | 0.78% | - |
| XYZ | 35.7 | 49.05 | 8.34 | - |
| YUV | 168.35 | 45.41 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 22 | 0.19 | 0 | 0.89 | 0.22 | 72.81 | 0.8 | 0.44 |
| Hex | A2 | C8 | 16 | 13 | 0 | 59 | 16 | 49 | 50 | 2C |
| Octal | 242 | 310 | 26 | 23 | 0 | 131 | 26 | 111 | 120 | 54 |
| Binary | 10100010 | 11001000 | 10110 | 10011 | 0 | 1011001 | 10110 | 1001001 | 1010000 | 101100 |
Color Harmonies of #A2C816
Complementary color
Monochromatic Colors of #A2C816
Black with #A2C816
Text Example
Text Example
White with #A2C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C816; }
p { color: rgb(162,200,22); }
H1.HeaderClassName
{
color: #A2C816;
}
.AnyTagClassName
{
color: #A2C816;
}
</style>
background-color css
<style>
a { background-color: #A2C816; }
a { background-color: rgb(162,200,22); }
div.DivClassName
{
background-color: #A2C816;
}
.BgClassName
{
background-color: #A2C816;
}
</style>
border-color css
<style>
span { border-color: #A2C816; }
span { border-color: rgb(162,200,22); }
td.TdClassName
{
border-color: #A2C816;
}
.TagClassName
{
border-color: #A2C816;
}
</style>