Shades of Bahia #A2C017
Tints of Bahia #A2C017
RGB
CMYK
RGB Variations
Color information
#A2C017 (or 0xA2C017) is known color: Bahia. HEX triplet: A2, C0 and 17. RGB value is (162,192,23). Sum of RGB (Red+Green+Blue) = 162+192+23=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C017 is #5D3FE8. Grayscale: #A4A4A4. Windows color (decimal): -6111209 or 1556642. OLE color: 1556642.
HSL color Cylindrical-coordinate representation of color #A2C017: hue angle of 70.65º 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 #A2C017 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 23 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.25 |
| HSL | 70.65º | 0.79% | 0.42% | - |
| HSV(B) | 70.65º | 0.88% | 0.75% | - |
| XYZ | 33.9 | 45.44 | 7.79 | - |
| YUV | 163.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 23 | 0.16 | 0 | 0.88 | 0.25 | 70.65 | 0.79 | 0.42 |
| Hex | A2 | C0 | 17 | 10 | 0 | 58 | 19 | 47 | 4F | 2A |
| Octal | 242 | 300 | 27 | 20 | 0 | 130 | 31 | 107 | 117 | 52 |
| Binary | 10100010 | 11000000 | 10111 | 10000 | 0 | 1011000 | 11001 | 1000111 | 1001111 | 101010 |
Color Harmonies of #A2C017
Complementary color
Monochromatic Colors of #A2C017
Black with #A2C017
Text Example
Text Example
White with #A2C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C017; }
p { color: rgb(162,192,23); }
H1.HeaderClassName
{
color: #A2C017;
}
.AnyTagClassName
{
color: #A2C017;
}
</style>
background-color css
<style>
a { background-color: #A2C017; }
a { background-color: rgb(162,192,23); }
div.DivClassName
{
background-color: #A2C017;
}
.BgClassName
{
background-color: #A2C017;
}
</style>
border-color css
<style>
span { border-color: #A2C017; }
span { border-color: rgb(162,192,23); }
td.TdClassName
{
border-color: #A2C017;
}
.TagClassName
{
border-color: #A2C017;
}
</style>