Shades of Bahia #AAB22E
Tints of Bahia #AAB22E
RGB
CMYK
RGB Variations
Color information
#AAB22E (or 0xAAB22E) is known color: Bahia. HEX triplet: AA, B2 and 2E. RGB value is (170,178,46). Sum of RGB (Red+Green+Blue) = 170+178+46=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB22E is #554DD1. Grayscale: #A1A1A1. Windows color (decimal): -5590482 or 3060394. OLE color: 3060394.
HSL color Cylindrical-coordinate representation of color #AAB22E: hue angle of 63.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAB22E is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 46 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.30 |
| HSL | 63.64º | 0.59% | 0.44% | - |
| HSV(B) | 63.64º | 0.74% | 0.7% | - |
| XYZ | 32.99 | 40.58 | 8.68 | - |
| YUV | 160.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 46 | 0.04 | 0 | 0.74 | 0.30 | 63.64 | 0.59 | 0.44 |
| Hex | AA | B2 | 2E | 4 | 0 | 4A | 1E | 40 | 3B | 2C |
| Octal | 252 | 262 | 56 | 4 | 0 | 112 | 36 | 100 | 73 | 54 |
| Binary | 10101010 | 10110010 | 101110 | 100 | 0 | 1001010 | 11110 | 1000000 | 111011 | 101100 |
Color Harmonies of #AAB22E
Complementary color
Monochromatic Colors of #AAB22E
Black with #AAB22E
Text Example
Text Example
White with #AAB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB22E; }
p { color: rgb(170,178,46); }
H1.HeaderClassName
{
color: #AAB22E;
}
.AnyTagClassName
{
color: #AAB22E;
}
</style>
background-color css
<style>
a { background-color: #AAB22E; }
a { background-color: rgb(170,178,46); }
div.DivClassName
{
background-color: #AAB22E;
}
.BgClassName
{
background-color: #AAB22E;
}
</style>
border-color css
<style>
span { border-color: #AAB22E; }
span { border-color: rgb(170,178,46); }
td.TdClassName
{
border-color: #AAB22E;
}
.TagClassName
{
border-color: #AAB22E;
}
</style>