Shades of Bahia #AABA12
Tints of Bahia #AABA12
RGB
CMYK
RGB Variations
Color information
#AABA12 (or 0xAABA12) is known color: Bahia. HEX triplet: AA, BA and 12. RGB value is (170,186,18). Sum of RGB (Red+Green+Blue) = 170+186+18=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA12 is #5545ED. Grayscale: #A2A2A2. Windows color (decimal): -5588462 or 1227434. OLE color: 1227434.
HSL color Cylindrical-coordinate representation of color #AABA12: hue angle of 65.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AABA12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.27 |
| HSL | 65.71º | 0.82% | 0.4% | - |
| HSV(B) | 65.71º | 0.9% | 0.73% | - |
| XYZ | 34.25 | 43.71 | 7.2 | - |
| YUV | 162.06 | 46.7 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 18 | 0.09 | 0 | 0.90 | 0.27 | 65.71 | 0.82 | 0.4 |
| Hex | AA | BA | 12 | 9 | 0 | 5A | 1B | 42 | 52 | 28 |
| Octal | 252 | 272 | 22 | 11 | 0 | 132 | 33 | 102 | 122 | 50 |
| Binary | 10101010 | 10111010 | 10010 | 1001 | 0 | 1011010 | 11011 | 1000010 | 1010010 | 101000 |
Color Harmonies of #AABA12
Complementary color
Monochromatic Colors of #AABA12
Black with #AABA12
Text Example
Text Example
White with #AABA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA12; }
p { color: rgb(170,186,18); }
H1.HeaderClassName
{
color: #AABA12;
}
.AnyTagClassName
{
color: #AABA12;
}
</style>
background-color css
<style>
a { background-color: #AABA12; }
a { background-color: rgb(170,186,18); }
div.DivClassName
{
background-color: #AABA12;
}
.BgClassName
{
background-color: #AABA12;
}
</style>
border-color css
<style>
span { border-color: #AABA12; }
span { border-color: rgb(170,186,18); }
td.TdClassName
{
border-color: #AABA12;
}
.TagClassName
{
border-color: #AABA12;
}
</style>