Shades of Bahia #AABA1D
Tints of Bahia #AABA1D
RGB
CMYK
RGB Variations
Color information
#AABA1D (or 0xAABA1D) is known color: Bahia. HEX triplet: AA, BA and 1D. RGB value is (170,186,29). Sum of RGB (Red+Green+Blue) = 170+186+29=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA1D is #5545E2. Grayscale: #A3A3A3. Windows color (decimal): -5588451 or 1948330. OLE color: 1948330.
HSL color Cylindrical-coordinate representation of color #AABA1D: hue angle of 66.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AABA1D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 29 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.27 |
| HSL | 66.11º | 0.73% | 0.42% | - |
| HSV(B) | 66.11º | 0.84% | 0.73% | - |
| XYZ | 34.36 | 43.75 | 7.8 | - |
| YUV | 163.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 29 | 0.09 | 0 | 0.84 | 0.27 | 66.11 | 0.73 | 0.42 |
| Hex | AA | BA | 1D | 9 | 0 | 54 | 1B | 42 | 49 | 2A |
| Octal | 252 | 272 | 35 | 11 | 0 | 124 | 33 | 102 | 111 | 52 |
| Binary | 10101010 | 10111010 | 11101 | 1001 | 0 | 1010100 | 11011 | 1000010 | 1001001 | 101010 |
Color Harmonies of #AABA1D
Complementary color
Monochromatic Colors of #AABA1D
Black with #AABA1D
Text Example
Text Example
White with #AABA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA1D; }
p { color: rgb(170,186,29); }
H1.HeaderClassName
{
color: #AABA1D;
}
.AnyTagClassName
{
color: #AABA1D;
}
</style>
background-color css
<style>
a { background-color: #AABA1D; }
a { background-color: rgb(170,186,29); }
div.DivClassName
{
background-color: #AABA1D;
}
.BgClassName
{
background-color: #AABA1D;
}
</style>
border-color css
<style>
span { border-color: #AABA1D; }
span { border-color: rgb(170,186,29); }
td.TdClassName
{
border-color: #AABA1D;
}
.TagClassName
{
border-color: #AABA1D;
}
</style>