Shades of Bahia #A2C919
Tints of Bahia #A2C919
RGB
CMYK
RGB Variations
Color information
#A2C919 (or 0xA2C919) is known color: Bahia. HEX triplet: A2, C9 and 19. RGB value is (162,201,25). Sum of RGB (Red+Green+Blue) = 162+201+25=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C919 is #5D36E6. Grayscale: #A9A9A9. Windows color (decimal): -6108903 or 1690018. OLE color: 1690018.
HSL color Cylindrical-coordinate representation of color #A2C919: hue angle of 73.3º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C919 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 25 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.21 |
| HSL | 73.3º | 0.78% | 0.44% | - |
| HSV(B) | 73.3º | 0.88% | 0.79% | - |
| XYZ | 35.96 | 49.52 | 8.58 | - |
| YUV | 169.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 25 | 0.19 | 0 | 0.88 | 0.21 | 73.3 | 0.78 | 0.44 |
| Hex | A2 | C9 | 19 | 13 | 0 | 58 | 15 | 49 | 4E | 2C |
| Octal | 242 | 311 | 31 | 23 | 0 | 130 | 25 | 111 | 116 | 54 |
| Binary | 10100010 | 11001001 | 11001 | 10011 | 0 | 1011000 | 10101 | 1001001 | 1001110 | 101100 |
Color Harmonies of #A2C919
Complementary color
Monochromatic Colors of #A2C919
Black with #A2C919
Text Example
Text Example
White with #A2C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C919; }
p { color: rgb(162,201,25); }
H1.HeaderClassName
{
color: #A2C919;
}
.AnyTagClassName
{
color: #A2C919;
}
</style>
background-color css
<style>
a { background-color: #A2C919; }
a { background-color: rgb(162,201,25); }
div.DivClassName
{
background-color: #A2C919;
}
.BgClassName
{
background-color: #A2C919;
}
</style>
border-color css
<style>
span { border-color: #A2C919; }
span { border-color: rgb(162,201,25); }
td.TdClassName
{
border-color: #A2C919;
}
.TagClassName
{
border-color: #A2C919;
}
</style>