Shades of Bahia #AAC11A
Tints of Bahia #AAC11A
RGB
CMYK
RGB Variations
Color information
#AAC11A (or 0xAAC11A) is known color: Bahia. HEX triplet: AA, C1 and 1A. RGB value is (170,193,26). Sum of RGB (Red+Green+Blue) = 170+193+26=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC11A is #553EE5. Grayscale: #A7A7A7. Windows color (decimal): -5586662 or 1753514. OLE color: 1753514.
HSL color Cylindrical-coordinate representation of color #AAC11A: hue angle of 68.26º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC11A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 26 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.24 |
| HSL | 68.26º | 0.76% | 0.43% | - |
| HSV(B) | 68.26º | 0.87% | 0.76% | - |
| XYZ | 35.83 | 46.76 | 8.11 | - |
| YUV | 167.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 26 | 0.12 | 0 | 0.87 | 0.24 | 68.26 | 0.76 | 0.43 |
| Hex | AA | C1 | 1A | C | 0 | 57 | 18 | 44 | 4C | 2B |
| Octal | 252 | 301 | 32 | 14 | 0 | 127 | 30 | 104 | 114 | 53 |
| Binary | 10101010 | 11000001 | 11010 | 1100 | 0 | 1010111 | 11000 | 1000100 | 1001100 | 101011 |
Color Harmonies of #AAC11A
Complementary color
Monochromatic Colors of #AAC11A
Black with #AAC11A
Text Example
Text Example
White with #AAC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC11A; }
p { color: rgb(170,193,26); }
H1.HeaderClassName
{
color: #AAC11A;
}
.AnyTagClassName
{
color: #AAC11A;
}
</style>
background-color css
<style>
a { background-color: #AAC11A; }
a { background-color: rgb(170,193,26); }
div.DivClassName
{
background-color: #AAC11A;
}
.BgClassName
{
background-color: #AAC11A;
}
</style>
border-color css
<style>
span { border-color: #AAC11A; }
span { border-color: rgb(170,193,26); }
td.TdClassName
{
border-color: #AAC11A;
}
.TagClassName
{
border-color: #AAC11A;
}
</style>