Shades of Bahia #A8BA17
Tints of Bahia #A8BA17
RGB
CMYK
RGB Variations
Color information
#A8BA17 (or 0xA8BA17) is known color: Bahia. HEX triplet: A8, BA and 17. RGB value is (168,186,23). Sum of RGB (Red+Green+Blue) = 168+186+23=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA17 is #5745E8. Grayscale: #A2A2A2. Windows color (decimal): -5719529 or 1555112. OLE color: 1555112.
HSL color Cylindrical-coordinate representation of color #A8BA17: hue angle of 66.63º 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 #A8BA17 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 23 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.27 |
| HSL | 66.63º | 0.78% | 0.41% | - |
| HSV(B) | 66.63º | 0.88% | 0.73% | - |
| XYZ | 33.86 | 43.5 | 7.42 | - |
| YUV | 162.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 23 | 0.10 | 0 | 0.88 | 0.27 | 66.63 | 0.78 | 0.41 |
| Hex | A8 | BA | 17 | A | 0 | 58 | 1B | 43 | 4E | 29 |
| Octal | 250 | 272 | 27 | 12 | 0 | 130 | 33 | 103 | 116 | 51 |
| Binary | 10101000 | 10111010 | 10111 | 1010 | 0 | 1011000 | 11011 | 1000011 | 1001110 | 101001 |
Color Harmonies of #A8BA17
Complementary color
Monochromatic Colors of #A8BA17
Black with #A8BA17
Text Example
Text Example
White with #A8BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA17; }
p { color: rgb(168,186,23); }
H1.HeaderClassName
{
color: #A8BA17;
}
.AnyTagClassName
{
color: #A8BA17;
}
</style>
background-color css
<style>
a { background-color: #A8BA17; }
a { background-color: rgb(168,186,23); }
div.DivClassName
{
background-color: #A8BA17;
}
.BgClassName
{
background-color: #A8BA17;
}
</style>
border-color css
<style>
span { border-color: #A8BA17; }
span { border-color: rgb(168,186,23); }
td.TdClassName
{
border-color: #A8BA17;
}
.TagClassName
{
border-color: #A8BA17;
}
</style>