Shades of Bahia #AABA29
Tints of Bahia #AABA29
RGB
CMYK
RGB Variations
Color information
#AABA29 (or 0xAABA29) is known color: Bahia. HEX triplet: AA, BA and 29. RGB value is (170,186,41). Sum of RGB (Red+Green+Blue) = 170+186+41=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA29 is #5545D6. Grayscale: #A5A5A5. Windows color (decimal): -5588439 or 2734762. OLE color: 2734762.
HSL color Cylindrical-coordinate representation of color #AABA29: hue angle of 66.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AABA29 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 41 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.27 |
| HSL | 66.62º | 0.64% | 0.45% | - |
| HSV(B) | 66.62º | 0.78% | 0.73% | - |
| XYZ | 34.54 | 43.82 | 8.74 | - |
| YUV | 164.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 41 | 0.09 | 0 | 0.78 | 0.27 | 66.62 | 0.64 | 0.45 |
| Hex | AA | BA | 29 | 9 | 0 | 4E | 1B | 43 | 40 | 2D |
| Octal | 252 | 272 | 51 | 11 | 0 | 116 | 33 | 103 | 100 | 55 |
| Binary | 10101010 | 10111010 | 101001 | 1001 | 0 | 1001110 | 11011 | 1000011 | 1000000 | 101101 |
Color Harmonies of #AABA29
Complementary color
Monochromatic Colors of #AABA29
Black with #AABA29
Text Example
Text Example
White with #AABA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA29; }
p { color: rgb(170,186,41); }
H1.HeaderClassName
{
color: #AABA29;
}
.AnyTagClassName
{
color: #AABA29;
}
</style>
background-color css
<style>
a { background-color: #AABA29; }
a { background-color: rgb(170,186,41); }
div.DivClassName
{
background-color: #AABA29;
}
.BgClassName
{
background-color: #AABA29;
}
</style>
border-color css
<style>
span { border-color: #AABA29; }
span { border-color: rgb(170,186,41); }
td.TdClassName
{
border-color: #AABA29;
}
.TagClassName
{
border-color: #AABA29;
}
</style>