Shades of Bahia #AAC91A
Tints of Bahia #AAC91A
RGB
CMYK
RGB Variations
Color information
#AAC91A (or 0xAAC91A) is known color: Bahia. HEX triplet: AA, C9 and 1A. RGB value is (170,201,26). Sum of RGB (Red+Green+Blue) = 170+201+26=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC91A is #5536E5. Grayscale: #ACACAC. Windows color (decimal): -5584614 or 1755562. OLE color: 1755562.
HSL color Cylindrical-coordinate representation of color #AAC91A: hue angle of 70.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC91A is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 26 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.21 |
| HSL | 70.63º | 0.77% | 0.45% | - |
| HSV(B) | 70.63º | 0.87% | 0.79% | - |
| XYZ | 37.65 | 50.39 | 8.72 | - |
| YUV | 171.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 26 | 0.15 | 0 | 0.87 | 0.21 | 70.63 | 0.77 | 0.45 |
| Hex | AA | C9 | 1A | F | 0 | 57 | 15 | 47 | 4D | 2D |
| Octal | 252 | 311 | 32 | 17 | 0 | 127 | 25 | 107 | 115 | 55 |
| Binary | 10101010 | 11001001 | 11010 | 1111 | 0 | 1010111 | 10101 | 1000111 | 1001101 | 101101 |
Color Harmonies of #AAC91A
Complementary color
Monochromatic Colors of #AAC91A
Black with #AAC91A
Text Example
Text Example
White with #AAC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC91A; }
p { color: rgb(170,201,26); }
H1.HeaderClassName
{
color: #AAC91A;
}
.AnyTagClassName
{
color: #AAC91A;
}
</style>
background-color css
<style>
a { background-color: #AAC91A; }
a { background-color: rgb(170,201,26); }
div.DivClassName
{
background-color: #AAC91A;
}
.BgClassName
{
background-color: #AAC91A;
}
</style>
border-color css
<style>
span { border-color: #AAC91A; }
span { border-color: rgb(170,201,26); }
td.TdClassName
{
border-color: #AAC91A;
}
.TagClassName
{
border-color: #AAC91A;
}
</style>