Shades of Bahia #AAC029
Tints of Bahia #AAC029
RGB
CMYK
RGB Variations
Color information
#AAC029 (or 0xAAC029) is known color: Bahia. HEX triplet: AA, C0 and 29. RGB value is (170,192,41). Sum of RGB (Red+Green+Blue) = 170+192+41=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC029 is #553FD6. Grayscale: #A8A8A8. Windows color (decimal): -5586903 or 2736298. OLE color: 2736298.
HSL color Cylindrical-coordinate representation of color #AAC029: hue angle of 68.74º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC029 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 41 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.25 |
| HSL | 68.74º | 0.65% | 0.46% | - |
| HSV(B) | 68.74º | 0.79% | 0.75% | - |
| XYZ | 35.83 | 46.41 | 9.17 | - |
| YUV | 168.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 41 | 0.11 | 0 | 0.79 | 0.25 | 68.74 | 0.65 | 0.46 |
| Hex | AA | C0 | 29 | B | 0 | 4F | 19 | 45 | 41 | 2E |
| Octal | 252 | 300 | 51 | 13 | 0 | 117 | 31 | 105 | 101 | 56 |
| Binary | 10101010 | 11000000 | 101001 | 1011 | 0 | 1001111 | 11001 | 1000101 | 1000001 | 101110 |
Color Harmonies of #AAC029
Complementary color
Monochromatic Colors of #AAC029
Black with #AAC029
Text Example
Text Example
White with #AAC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC029; }
p { color: rgb(170,192,41); }
H1.HeaderClassName
{
color: #AAC029;
}
.AnyTagClassName
{
color: #AAC029;
}
</style>
background-color css
<style>
a { background-color: #AAC029; }
a { background-color: rgb(170,192,41); }
div.DivClassName
{
background-color: #AAC029;
}
.BgClassName
{
background-color: #AAC029;
}
</style>
border-color css
<style>
span { border-color: #AAC029; }
span { border-color: rgb(170,192,41); }
td.TdClassName
{
border-color: #AAC029;
}
.TagClassName
{
border-color: #AAC029;
}
</style>