Shades of Bahia #AAB227
Tints of Bahia #AAB227
RGB
CMYK
RGB Variations
Color information
#AAB227 (or 0xAAB227) is known color: Bahia. HEX triplet: AA, B2 and 27. RGB value is (170,178,39). Sum of RGB (Red+Green+Blue) = 170+178+39=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB227 is #554DD8. Grayscale: #A0A0A0. Windows color (decimal): -5590489 or 2601642. OLE color: 2601642.
HSL color Cylindrical-coordinate representation of color #AAB227: hue angle of 63.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB227 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 39 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.30 |
| HSL | 63.45º | 0.64% | 0.43% | - |
| HSV(B) | 63.45º | 0.78% | 0.7% | - |
| XYZ | 32.86 | 40.53 | 8.01 | - |
| YUV | 159.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 39 | 0.04 | 0 | 0.78 | 0.30 | 63.45 | 0.64 | 0.43 |
| Hex | AA | B2 | 27 | 4 | 0 | 4E | 1E | 3F | 40 | 2B |
| Octal | 252 | 262 | 47 | 4 | 0 | 116 | 36 | 77 | 100 | 53 |
| Binary | 10101010 | 10110010 | 100111 | 100 | 0 | 1001110 | 11110 | 111111 | 1000000 | 101011 |
Color Harmonies of #AAB227
Complementary color
Monochromatic Colors of #AAB227
Black with #AAB227
Text Example
Text Example
White with #AAB227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB227; }
p { color: rgb(170,178,39); }
H1.HeaderClassName
{
color: #AAB227;
}
.AnyTagClassName
{
color: #AAB227;
}
</style>
background-color css
<style>
a { background-color: #AAB227; }
a { background-color: rgb(170,178,39); }
div.DivClassName
{
background-color: #AAB227;
}
.BgClassName
{
background-color: #AAB227;
}
</style>
border-color css
<style>
span { border-color: #AAB227; }
span { border-color: rgb(170,178,39); }
td.TdClassName
{
border-color: #AAB227;
}
.TagClassName
{
border-color: #AAB227;
}
</style>