Shades of Bahia #AABA24
Tints of Bahia #AABA24
RGB
CMYK
RGB Variations
Color information
#AABA24 (or 0xAABA24) is known color: Bahia. HEX triplet: AA, BA and 24. RGB value is (170,186,36). Sum of RGB (Red+Green+Blue) = 170+186+36=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA24 is #5545DB. Grayscale: #A4A4A4. Windows color (decimal): -5588444 or 2407082. OLE color: 2407082.
HSL color Cylindrical-coordinate representation of color #AABA24: hue angle of 66.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AABA24 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 36 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.27 |
| HSL | 66.4º | 0.68% | 0.44% | - |
| HSV(B) | 66.4º | 0.81% | 0.73% | - |
| XYZ | 34.45 | 43.79 | 8.31 | - |
| YUV | 164.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 36 | 0.09 | 0 | 0.81 | 0.27 | 66.4 | 0.68 | 0.44 |
| Hex | AA | BA | 24 | 9 | 0 | 51 | 1B | 42 | 44 | 2C |
| Octal | 252 | 272 | 44 | 11 | 0 | 121 | 33 | 102 | 104 | 54 |
| Binary | 10101010 | 10111010 | 100100 | 1001 | 0 | 1010001 | 11011 | 1000010 | 1000100 | 101100 |
Color Harmonies of #AABA24
Complementary color
Monochromatic Colors of #AABA24
Black with #AABA24
Text Example
Text Example
White with #AABA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA24; }
p { color: rgb(170,186,36); }
H1.HeaderClassName
{
color: #AABA24;
}
.AnyTagClassName
{
color: #AABA24;
}
</style>
background-color css
<style>
a { background-color: #AABA24; }
a { background-color: rgb(170,186,36); }
div.DivClassName
{
background-color: #AABA24;
}
.BgClassName
{
background-color: #AABA24;
}
</style>
border-color css
<style>
span { border-color: #AABA24; }
span { border-color: rgb(170,186,36); }
td.TdClassName
{
border-color: #AABA24;
}
.TagClassName
{
border-color: #AABA24;
}
</style>