Shades of Bahia #AAB912
Tints of Bahia #AAB912
RGB
CMYK
RGB Variations
Color information
#AAB912 (or 0xAAB912) is known color: Bahia. HEX triplet: AA, B9 and 12. RGB value is (170,185,18). Sum of RGB (Red+Green+Blue) = 170+185+18=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB912 is #5546ED. Grayscale: #A2A2A2. Windows color (decimal): -5588718 or 1227178. OLE color: 1227178.
HSL color Cylindrical-coordinate representation of color #AAB912: hue angle of 65.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB912 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.27 |
| HSL | 65.39º | 0.82% | 0.4% | - |
| HSV(B) | 65.39º | 0.9% | 0.73% | - |
| XYZ | 34.04 | 43.29 | 7.13 | - |
| YUV | 161.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 18 | 0.08 | 0 | 0.90 | 0.27 | 65.39 | 0.82 | 0.4 |
| Hex | AA | B9 | 12 | 8 | 0 | 5A | 1B | 41 | 52 | 28 |
| Octal | 252 | 271 | 22 | 10 | 0 | 132 | 33 | 101 | 122 | 50 |
| Binary | 10101010 | 10111001 | 10010 | 1000 | 0 | 1011010 | 11011 | 1000001 | 1010010 | 101000 |
Color Harmonies of #AAB912
Complementary color
Monochromatic Colors of #AAB912
Black with #AAB912
Text Example
Text Example
White with #AAB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB912; }
p { color: rgb(170,185,18); }
H1.HeaderClassName
{
color: #AAB912;
}
.AnyTagClassName
{
color: #AAB912;
}
</style>
background-color css
<style>
a { background-color: #AAB912; }
a { background-color: rgb(170,185,18); }
div.DivClassName
{
background-color: #AAB912;
}
.BgClassName
{
background-color: #AAB912;
}
</style>
border-color css
<style>
span { border-color: #AAB912; }
span { border-color: rgb(170,185,18); }
td.TdClassName
{
border-color: #AAB912;
}
.TagClassName
{
border-color: #AAB912;
}
</style>