Shades of Bahia #AAC929
Tints of Bahia #AAC929
RGB
CMYK
RGB Variations
Color information
#AAC929 (or 0xAAC929) is known color: Bahia. HEX triplet: AA, C9 and 29. RGB value is (170,201,41). Sum of RGB (Red+Green+Blue) = 170+201+41=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC929 is #5536D6. Grayscale: #AEAEAE. Windows color (decimal): -5584599 or 2738602. OLE color: 2738602.
HSL color Cylindrical-coordinate representation of color #AAC929: hue angle of 71.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC929 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 41 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.21 |
| HSL | 71.63º | 0.66% | 0.47% | - |
| HSV(B) | 71.63º | 0.8% | 0.79% | - |
| XYZ | 37.86 | 50.48 | 9.85 | - |
| YUV | 173.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 41 | 0.15 | 0 | 0.80 | 0.21 | 71.63 | 0.66 | 0.47 |
| Hex | AA | C9 | 29 | F | 0 | 50 | 15 | 48 | 42 | 2F |
| Octal | 252 | 311 | 51 | 17 | 0 | 120 | 25 | 110 | 102 | 57 |
| Binary | 10101010 | 11001001 | 101001 | 1111 | 0 | 1010000 | 10101 | 1001000 | 1000010 | 101111 |
Color Harmonies of #AAC929
Complementary color
Monochromatic Colors of #AAC929
Black with #AAC929
Text Example
Text Example
White with #AAC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC929; }
p { color: rgb(170,201,41); }
H1.HeaderClassName
{
color: #AAC929;
}
.AnyTagClassName
{
color: #AAC929;
}
</style>
background-color css
<style>
a { background-color: #AAC929; }
a { background-color: rgb(170,201,41); }
div.DivClassName
{
background-color: #AAC929;
}
.BgClassName
{
background-color: #AAC929;
}
</style>
border-color css
<style>
span { border-color: #AAC929; }
span { border-color: rgb(170,201,41); }
td.TdClassName
{
border-color: #AAC929;
}
.TagClassName
{
border-color: #AAC929;
}
</style>