Shades of Bahia #AABA19
Tints of Bahia #AABA19
RGB
CMYK
RGB Variations
Color information
#AABA19 (or 0xAABA19) is known color: Bahia. HEX triplet: AA, BA and 19. RGB value is (170,186,25). Sum of RGB (Red+Green+Blue) = 170+186+25=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA19 is #5545E6. Grayscale: #A3A3A3. Windows color (decimal): -5588455 or 1686186. OLE color: 1686186.
HSL color Cylindrical-coordinate representation of color #AABA19: hue angle of 65.96º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABA19 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 25 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.27 |
| HSL | 65.96º | 0.76% | 0.41% | - |
| HSV(B) | 65.96º | 0.87% | 0.73% | - |
| XYZ | 34.31 | 43.73 | 7.55 | - |
| YUV | 162.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 25 | 0.09 | 0 | 0.87 | 0.27 | 65.96 | 0.76 | 0.41 |
| Hex | AA | BA | 19 | 9 | 0 | 57 | 1B | 42 | 4C | 29 |
| Octal | 252 | 272 | 31 | 11 | 0 | 127 | 33 | 102 | 114 | 51 |
| Binary | 10101010 | 10111010 | 11001 | 1001 | 0 | 1010111 | 11011 | 1000010 | 1001100 | 101001 |
Color Harmonies of #AABA19
Complementary color
Monochromatic Colors of #AABA19
Black with #AABA19
Text Example
Text Example
White with #AABA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA19; }
p { color: rgb(170,186,25); }
H1.HeaderClassName
{
color: #AABA19;
}
.AnyTagClassName
{
color: #AABA19;
}
</style>
background-color css
<style>
a { background-color: #AABA19; }
a { background-color: rgb(170,186,25); }
div.DivClassName
{
background-color: #AABA19;
}
.BgClassName
{
background-color: #AABA19;
}
</style>
border-color css
<style>
span { border-color: #AABA19; }
span { border-color: rgb(170,186,25); }
td.TdClassName
{
border-color: #AABA19;
}
.TagClassName
{
border-color: #AABA19;
}
</style>