Shades of Bahia #AAB919
Tints of Bahia #AAB919
RGB
CMYK
RGB Variations
Color information
#AAB919 (or 0xAAB919) is known color: Bahia. HEX triplet: AA, B9 and 19. RGB value is (170,185,25). Sum of RGB (Red+Green+Blue) = 170+185+25=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB919 is #5546E6. Grayscale: #A2A2A2. Windows color (decimal): -5588711 or 1685930. OLE color: 1685930.
HSL color Cylindrical-coordinate representation of color #AAB919: hue angle of 65.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB919 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 25 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.27 |
| HSL | 65.63º | 0.76% | 0.41% | - |
| HSV(B) | 65.63º | 0.86% | 0.73% | - |
| XYZ | 34.1 | 43.31 | 7.48 | - |
| YUV | 162.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 25 | 0.08 | 0 | 0.86 | 0.27 | 65.63 | 0.76 | 0.41 |
| Hex | AA | B9 | 19 | 8 | 0 | 56 | 1B | 42 | 4C | 29 |
| Octal | 252 | 271 | 31 | 10 | 0 | 126 | 33 | 102 | 114 | 51 |
| Binary | 10101010 | 10111001 | 11001 | 1000 | 0 | 1010110 | 11011 | 1000010 | 1001100 | 101001 |
Color Harmonies of #AAB919
Complementary color
Monochromatic Colors of #AAB919
Black with #AAB919
Text Example
Text Example
White with #AAB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB919; }
p { color: rgb(170,185,25); }
H1.HeaderClassName
{
color: #AAB919;
}
.AnyTagClassName
{
color: #AAB919;
}
</style>
background-color css
<style>
a { background-color: #AAB919; }
a { background-color: rgb(170,185,25); }
div.DivClassName
{
background-color: #AAB919;
}
.BgClassName
{
background-color: #AAB919;
}
</style>
border-color css
<style>
span { border-color: #AAB919; }
span { border-color: rgb(170,185,25); }
td.TdClassName
{
border-color: #AAB919;
}
.TagClassName
{
border-color: #AAB919;
}
</style>