Shades of Bahia #AAB812
Tints of Bahia #AAB812
RGB
CMYK
RGB Variations
Color information
#AAB812 (or 0xAAB812) is known color: Bahia. HEX triplet: AA, B8 and 12. RGB value is (170,184,18). Sum of RGB (Red+Green+Blue) = 170+184+18=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB812 is #5547ED. Grayscale: #A1A1A1. Windows color (decimal): -5588974 or 1226922. OLE color: 1226922.
HSL color Cylindrical-coordinate representation of color #AAB812: hue angle of 65.06º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB812 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.28 |
| HSL | 65.06º | 0.82% | 0.4% | - |
| HSV(B) | 65.06º | 0.9% | 0.72% | - |
| XYZ | 33.83 | 42.87 | 7.06 | - |
| YUV | 160.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 18 | 0.08 | 0 | 0.90 | 0.28 | 65.06 | 0.82 | 0.4 |
| Hex | AA | B8 | 12 | 8 | 0 | 5A | 1C | 41 | 52 | 28 |
| Octal | 252 | 270 | 22 | 10 | 0 | 132 | 34 | 101 | 122 | 50 |
| Binary | 10101010 | 10111000 | 10010 | 1000 | 0 | 1011010 | 11100 | 1000001 | 1010010 | 101000 |
Color Harmonies of #AAB812
Complementary color
Monochromatic Colors of #AAB812
Black with #AAB812
Text Example
Text Example
White with #AAB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB812; }
p { color: rgb(170,184,18); }
H1.HeaderClassName
{
color: #AAB812;
}
.AnyTagClassName
{
color: #AAB812;
}
</style>
background-color css
<style>
a { background-color: #AAB812; }
a { background-color: rgb(170,184,18); }
div.DivClassName
{
background-color: #AAB812;
}
.BgClassName
{
background-color: #AAB812;
}
</style>
border-color css
<style>
span { border-color: #AAB812; }
span { border-color: rgb(170,184,18); }
td.TdClassName
{
border-color: #AAB812;
}
.TagClassName
{
border-color: #AAB812;
}
</style>