Shades of Bahia #AAB21C
Tints of Bahia #AAB21C
RGB
CMYK
RGB Variations
Color information
#AAB21C (or 0xAAB21C) is known color: Bahia. HEX triplet: AA, B2 and 1C. RGB value is (170,178,28). Sum of RGB (Red+Green+Blue) = 170+178+28=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB21C is #554DE3. Grayscale: #9F9F9F. Windows color (decimal): -5590500 or 1880746. OLE color: 1880746.
HSL color Cylindrical-coordinate representation of color #AAB21C: hue angle of 63.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB21C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 28 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.30 |
| HSL | 63.2º | 0.73% | 0.4% | - |
| HSV(B) | 63.2º | 0.84% | 0.7% | - |
| XYZ | 32.71 | 40.47 | 7.19 | - |
| YUV | 158.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 28 | 0.04 | 0 | 0.84 | 0.30 | 63.2 | 0.73 | 0.4 |
| Hex | AA | B2 | 1C | 4 | 0 | 54 | 1E | 3F | 49 | 28 |
| Octal | 252 | 262 | 34 | 4 | 0 | 124 | 36 | 77 | 111 | 50 |
| Binary | 10101010 | 10110010 | 11100 | 100 | 0 | 1010100 | 11110 | 111111 | 1001001 | 101000 |
Color Harmonies of #AAB21C
Complementary color
Monochromatic Colors of #AAB21C
Black with #AAB21C
Text Example
Text Example
White with #AAB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB21C; }
p { color: rgb(170,178,28); }
H1.HeaderClassName
{
color: #AAB21C;
}
.AnyTagClassName
{
color: #AAB21C;
}
</style>
background-color css
<style>
a { background-color: #AAB21C; }
a { background-color: rgb(170,178,28); }
div.DivClassName
{
background-color: #AAB21C;
}
.BgClassName
{
background-color: #AAB21C;
}
</style>
border-color css
<style>
span { border-color: #AAB21C; }
span { border-color: rgb(170,178,28); }
td.TdClassName
{
border-color: #AAB21C;
}
.TagClassName
{
border-color: #AAB21C;
}
</style>