Shades of Bahia #A2C916
Tints of Bahia #A2C916
RGB
CMYK
RGB Variations
Color information
#A2C916 (or 0xA2C916) is known color: Bahia. HEX triplet: A2, C9 and 16. RGB value is (162,201,22). Sum of RGB (Red+Green+Blue) = 162+201+22=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C916 is #5D36E9. Grayscale: #A9A9A9. Windows color (decimal): -6108906 or 1493410. OLE color: 1493410.
HSL color Cylindrical-coordinate representation of color #A2C916: hue angle of 73.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2C916 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 22 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.21 |
| HSL | 73.07º | 0.8% | 0.44% | - |
| HSV(B) | 73.07º | 0.89% | 0.79% | - |
| XYZ | 35.93 | 49.51 | 8.42 | - |
| YUV | 168.93 | 45.08 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 22 | 0.19 | 0 | 0.89 | 0.21 | 73.07 | 0.8 | 0.44 |
| Hex | A2 | C9 | 16 | 13 | 0 | 59 | 15 | 49 | 50 | 2C |
| Octal | 242 | 311 | 26 | 23 | 0 | 131 | 25 | 111 | 120 | 54 |
| Binary | 10100010 | 11001001 | 10110 | 10011 | 0 | 1011001 | 10101 | 1001001 | 1010000 | 101100 |
Color Harmonies of #A2C916
Complementary color
Monochromatic Colors of #A2C916
Black with #A2C916
Text Example
Text Example
White with #A2C916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C916; }
p { color: rgb(162,201,22); }
H1.HeaderClassName
{
color: #A2C916;
}
.AnyTagClassName
{
color: #A2C916;
}
</style>
background-color css
<style>
a { background-color: #A2C916; }
a { background-color: rgb(162,201,22); }
div.DivClassName
{
background-color: #A2C916;
}
.BgClassName
{
background-color: #A2C916;
}
</style>
border-color css
<style>
span { border-color: #A2C916; }
span { border-color: rgb(162,201,22); }
td.TdClassName
{
border-color: #A2C916;
}
.TagClassName
{
border-color: #A2C916;
}
</style>