Shades of Bahia #AAB915
Tints of Bahia #AAB915
RGB
CMYK
RGB Variations
Color information
#AAB915 (or 0xAAB915) is known color: Bahia. HEX triplet: AA, B9 and 15. RGB value is (170,185,21). Sum of RGB (Red+Green+Blue) = 170+185+21=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB915 is #5546EA. Grayscale: #A2A2A2. Windows color (decimal): -5588715 or 1423786. OLE color: 1423786.
HSL color Cylindrical-coordinate representation of color #AAB915: hue angle of 65.49º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAB915 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 21 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.27 |
| HSL | 65.49º | 0.8% | 0.4% | - |
| HSV(B) | 65.49º | 0.89% | 0.73% | - |
| XYZ | 34.06 | 43.3 | 7.27 | - |
| YUV | 161.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 21 | 0.08 | 0 | 0.89 | 0.27 | 65.49 | 0.8 | 0.4 |
| Hex | AA | B9 | 15 | 8 | 0 | 59 | 1B | 41 | 50 | 28 |
| Octal | 252 | 271 | 25 | 10 | 0 | 131 | 33 | 101 | 120 | 50 |
| Binary | 10101010 | 10111001 | 10101 | 1000 | 0 | 1011001 | 11011 | 1000001 | 1010000 | 101000 |
Color Harmonies of #AAB915
Complementary color
Monochromatic Colors of #AAB915
Black with #AAB915
Text Example
Text Example
White with #AAB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB915; }
p { color: rgb(170,185,21); }
H1.HeaderClassName
{
color: #AAB915;
}
.AnyTagClassName
{
color: #AAB915;
}
</style>
background-color css
<style>
a { background-color: #AAB915; }
a { background-color: rgb(170,185,21); }
div.DivClassName
{
background-color: #AAB915;
}
.BgClassName
{
background-color: #AAB915;
}
</style>
border-color css
<style>
span { border-color: #AAB915; }
span { border-color: rgb(170,185,21); }
td.TdClassName
{
border-color: #AAB915;
}
.TagClassName
{
border-color: #AAB915;
}
</style>