Shades of Bahia #AABA17
Tints of Bahia #AABA17
RGB
CMYK
RGB Variations
Color information
#AABA17 (or 0xAABA17) is known color: Bahia. HEX triplet: AA, BA and 17. RGB value is (170,186,23). Sum of RGB (Red+Green+Blue) = 170+186+23=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA17 is #5545E8. Grayscale: #A3A3A3. Windows color (decimal): -5588457 or 1555114. OLE color: 1555114.
HSL color Cylindrical-coordinate representation of color #AABA17: hue angle of 65.89º 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 #AABA17 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.27 |
| HSL | 65.89º | 0.78% | 0.41% | - |
| HSV(B) | 65.89º | 0.88% | 0.73% | - |
| XYZ | 34.29 | 43.73 | 7.44 | - |
| YUV | 162.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 23 | 0.09 | 0 | 0.88 | 0.27 | 65.89 | 0.78 | 0.41 |
| Hex | AA | BA | 17 | 9 | 0 | 58 | 1B | 42 | 4E | 29 |
| Octal | 252 | 272 | 27 | 11 | 0 | 130 | 33 | 102 | 116 | 51 |
| Binary | 10101010 | 10111010 | 10111 | 1001 | 0 | 1011000 | 11011 | 1000010 | 1001110 | 101001 |
Color Harmonies of #AABA17
Complementary color
Monochromatic Colors of #AABA17
Black with #AABA17
Text Example
Text Example
White with #AABA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA17; }
p { color: rgb(170,186,23); }
H1.HeaderClassName
{
color: #AABA17;
}
.AnyTagClassName
{
color: #AABA17;
}
</style>
background-color css
<style>
a { background-color: #AABA17; }
a { background-color: rgb(170,186,23); }
div.DivClassName
{
background-color: #AABA17;
}
.BgClassName
{
background-color: #AABA17;
}
</style>
border-color css
<style>
span { border-color: #AABA17; }
span { border-color: rgb(170,186,23); }
td.TdClassName
{
border-color: #AABA17;
}
.TagClassName
{
border-color: #AABA17;
}
</style>