Shades of Bahia #A2BA17
Tints of Bahia #A2BA17
RGB
CMYK
RGB Variations
Color information
#A2BA17 (or 0xA2BA17) is known color: Bahia. HEX triplet: A2, BA and 17. RGB value is (162,186,23). Sum of RGB (Red+Green+Blue) = 162+186+23=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA17 is #5D45E8. Grayscale: #A0A0A0. Windows color (decimal): -6112745 or 1555106. OLE color: 1555106.
HSL color Cylindrical-coordinate representation of color #A2BA17: hue angle of 68.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2BA17 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 23 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.27 |
| HSL | 68.83º | 0.78% | 0.41% | - |
| HSV(B) | 68.83º | 0.88% | 0.73% | - |
| XYZ | 32.61 | 42.86 | 7.36 | - |
| YUV | 160.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 23 | 0.13 | 0 | 0.88 | 0.27 | 68.83 | 0.78 | 0.41 |
| Hex | A2 | BA | 17 | D | 0 | 58 | 1B | 45 | 4E | 29 |
| Octal | 242 | 272 | 27 | 15 | 0 | 130 | 33 | 105 | 116 | 51 |
| Binary | 10100010 | 10111010 | 10111 | 1101 | 0 | 1011000 | 11011 | 1000101 | 1001110 | 101001 |
Color Harmonies of #A2BA17
Complementary color
Monochromatic Colors of #A2BA17
Black with #A2BA17
Text Example
Text Example
White with #A2BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA17; }
p { color: rgb(162,186,23); }
H1.HeaderClassName
{
color: #A2BA17;
}
.AnyTagClassName
{
color: #A2BA17;
}
</style>
background-color css
<style>
a { background-color: #A2BA17; }
a { background-color: rgb(162,186,23); }
div.DivClassName
{
background-color: #A2BA17;
}
.BgClassName
{
background-color: #A2BA17;
}
</style>
border-color css
<style>
span { border-color: #A2BA17; }
span { border-color: rgb(162,186,23); }
td.TdClassName
{
border-color: #A2BA17;
}
.TagClassName
{
border-color: #A2BA17;
}
</style>