Shades of Bahia #AABA2E
Tints of Bahia #AABA2E
RGB
CMYK
RGB Variations
Color information
#AABA2E (or 0xAABA2E) is known color: Bahia. HEX triplet: AA, BA and 2E. RGB value is (170,186,46). Sum of RGB (Red+Green+Blue) = 170+186+46=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA2E is #5545D1. Grayscale: #A5A5A5. Windows color (decimal): -5588434 or 3062442. OLE color: 3062442.
HSL color Cylindrical-coordinate representation of color #AABA2E: hue angle of 66.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AABA2E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 46 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.27 |
| HSL | 66.86º | 0.6% | 0.45% | - |
| HSV(B) | 66.86º | 0.75% | 0.73% | - |
| XYZ | 34.63 | 43.86 | 9.23 | - |
| YUV | 165.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 46 | 0.09 | 0 | 0.75 | 0.27 | 66.86 | 0.6 | 0.45 |
| Hex | AA | BA | 2E | 9 | 0 | 4B | 1B | 43 | 3C | 2D |
| Octal | 252 | 272 | 56 | 11 | 0 | 113 | 33 | 103 | 74 | 55 |
| Binary | 10101010 | 10111010 | 101110 | 1001 | 0 | 1001011 | 11011 | 1000011 | 111100 | 101101 |
Color Harmonies of #AABA2E
Complementary color
Monochromatic Colors of #AABA2E
Black with #AABA2E
Text Example
Text Example
White with #AABA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA2E; }
p { color: rgb(170,186,46); }
H1.HeaderClassName
{
color: #AABA2E;
}
.AnyTagClassName
{
color: #AABA2E;
}
</style>
background-color css
<style>
a { background-color: #AABA2E; }
a { background-color: rgb(170,186,46); }
div.DivClassName
{
background-color: #AABA2E;
}
.BgClassName
{
background-color: #AABA2E;
}
</style>
border-color css
<style>
span { border-color: #AABA2E; }
span { border-color: rgb(170,186,46); }
td.TdClassName
{
border-color: #AABA2E;
}
.TagClassName
{
border-color: #AABA2E;
}
</style>