Shades of Bahia #AAC129
Tints of Bahia #AAC129
RGB
CMYK
RGB Variations
Color information
#AAC129 (or 0xAAC129) is known color: Bahia. HEX triplet: AA, C1 and 29. RGB value is (170,193,41). Sum of RGB (Red+Green+Blue) = 170+193+41=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC129 is #553ED6. Grayscale: #A9A9A9. Windows color (decimal): -5586647 or 2736554. OLE color: 2736554.
HSL color Cylindrical-coordinate representation of color #AAC129: hue angle of 69.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC129 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 41 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.24 |
| HSL | 69.08º | 0.65% | 0.46% | - |
| HSV(B) | 69.08º | 0.79% | 0.76% | - |
| XYZ | 36.05 | 46.85 | 9.24 | - |
| YUV | 168.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 41 | 0.12 | 0 | 0.79 | 0.24 | 69.08 | 0.65 | 0.46 |
| Hex | AA | C1 | 29 | C | 0 | 4F | 18 | 45 | 41 | 2E |
| Octal | 252 | 301 | 51 | 14 | 0 | 117 | 30 | 105 | 101 | 56 |
| Binary | 10101010 | 11000001 | 101001 | 1100 | 0 | 1001111 | 11000 | 1000101 | 1000001 | 101110 |
Color Harmonies of #AAC129
Complementary color
Monochromatic Colors of #AAC129
Black with #AAC129
Text Example
Text Example
White with #AAC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC129; }
p { color: rgb(170,193,41); }
H1.HeaderClassName
{
color: #AAC129;
}
.AnyTagClassName
{
color: #AAC129;
}
</style>
background-color css
<style>
a { background-color: #AAC129; }
a { background-color: rgb(170,193,41); }
div.DivClassName
{
background-color: #AAC129;
}
.BgClassName
{
background-color: #AAC129;
}
</style>
border-color css
<style>
span { border-color: #AAC129; }
span { border-color: rgb(170,193,41); }
td.TdClassName
{
border-color: #AAC129;
}
.TagClassName
{
border-color: #AAC129;
}
</style>