Shades of Bahia #A2C117
Tints of Bahia #A2C117
RGB
CMYK
RGB Variations
Color information
#A2C117 (or 0xA2C117) is known color: Bahia. HEX triplet: A2, C1 and 17. RGB value is (162,193,23). Sum of RGB (Red+Green+Blue) = 162+193+23=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C117 is #5D3EE8. Grayscale: #A5A5A5. Windows color (decimal): -6110953 or 1556898. OLE color: 1556898.
HSL color Cylindrical-coordinate representation of color #A2C117: hue angle of 70.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C117 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 23 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.24 |
| HSL | 70.94º | 0.79% | 0.42% | - |
| HSV(B) | 70.94º | 0.88% | 0.76% | - |
| XYZ | 34.12 | 45.88 | 7.87 | - |
| YUV | 164.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 23 | 0.16 | 0 | 0.88 | 0.24 | 70.94 | 0.79 | 0.42 |
| Hex | A2 | C1 | 17 | 10 | 0 | 58 | 18 | 47 | 4F | 2A |
| Octal | 242 | 301 | 27 | 20 | 0 | 130 | 30 | 107 | 117 | 52 |
| Binary | 10100010 | 11000001 | 10111 | 10000 | 0 | 1011000 | 11000 | 1000111 | 1001111 | 101010 |
Color Harmonies of #A2C117
Complementary color
Monochromatic Colors of #A2C117
Black with #A2C117
Text Example
Text Example
White with #A2C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C117; }
p { color: rgb(162,193,23); }
H1.HeaderClassName
{
color: #A2C117;
}
.AnyTagClassName
{
color: #A2C117;
}
</style>
background-color css
<style>
a { background-color: #A2C117; }
a { background-color: rgb(162,193,23); }
div.DivClassName
{
background-color: #A2C117;
}
.BgClassName
{
background-color: #A2C117;
}
</style>
border-color css
<style>
span { border-color: #A2C117; }
span { border-color: rgb(162,193,23); }
td.TdClassName
{
border-color: #A2C117;
}
.TagClassName
{
border-color: #A2C117;
}
</style>