Shades of Bahia #AABA13
Tints of Bahia #AABA13
RGB
CMYK
RGB Variations
Color information
#AABA13 (or 0xAABA13) is known color: Bahia. HEX triplet: AA, BA and 13. RGB value is (170,186,19). Sum of RGB (Red+Green+Blue) = 170+186+19=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA13 is #5545EC. Grayscale: #A2A2A2. Windows color (decimal): -5588461 or 1292970. OLE color: 1292970.
HSL color Cylindrical-coordinate representation of color #AABA13: hue angle of 65.75º degrees, saturation: 0.81, 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 #AABA13 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 19 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.27 |
| HSL | 65.75º | 0.81% | 0.4% | - |
| HSV(B) | 65.75º | 0.9% | 0.73% | - |
| XYZ | 34.25 | 43.71 | 7.25 | - |
| YUV | 162.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 19 | 0.09 | 0 | 0.90 | 0.27 | 65.75 | 0.81 | 0.4 |
| Hex | AA | BA | 13 | 9 | 0 | 5A | 1B | 42 | 51 | 28 |
| Octal | 252 | 272 | 23 | 11 | 0 | 132 | 33 | 102 | 121 | 50 |
| Binary | 10101010 | 10111010 | 10011 | 1001 | 0 | 1011010 | 11011 | 1000010 | 1010001 | 101000 |
Color Harmonies of #AABA13
Complementary color
Monochromatic Colors of #AABA13
Black with #AABA13
Text Example
Text Example
White with #AABA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA13; }
p { color: rgb(170,186,19); }
H1.HeaderClassName
{
color: #AABA13;
}
.AnyTagClassName
{
color: #AABA13;
}
</style>
background-color css
<style>
a { background-color: #AABA13; }
a { background-color: rgb(170,186,19); }
div.DivClassName
{
background-color: #AABA13;
}
.BgClassName
{
background-color: #AABA13;
}
</style>
border-color css
<style>
span { border-color: #AABA13; }
span { border-color: rgb(170,186,19); }
td.TdClassName
{
border-color: #AABA13;
}
.TagClassName
{
border-color: #AABA13;
}
</style>