Shades of Bahia #AAC231
Tints of Bahia #AAC231
RGB
CMYK
RGB Variations
Color information
#AAC231 (or 0xAAC231) is known color: Bahia. HEX triplet: AA, C2 and 31. RGB value is (170,194,49). Sum of RGB (Red+Green+Blue) = 170+194+49=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC231 is #553DCE. Grayscale: #AAAAAA. Windows color (decimal): -5586383 or 3261098. OLE color: 3261098.
HSL color Cylindrical-coordinate representation of color #AAC231: hue angle of 69.93º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAC231 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 49 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.24 |
| HSL | 69.93º | 0.6% | 0.48% | - |
| HSV(B) | 69.93º | 0.75% | 0.76% | - |
| XYZ | 36.42 | 47.35 | 10.13 | - |
| YUV | 170.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 49 | 0.12 | 0 | 0.75 | 0.24 | 69.93 | 0.6 | 0.48 |
| Hex | AA | C2 | 31 | C | 0 | 4B | 18 | 46 | 3C | 30 |
| Octal | 252 | 302 | 61 | 14 | 0 | 113 | 30 | 106 | 74 | 60 |
| Binary | 10101010 | 11000010 | 110001 | 1100 | 0 | 1001011 | 11000 | 1000110 | 111100 | 110000 |
Color Harmonies of #AAC231
Complementary color
Monochromatic Colors of #AAC231
Black with #AAC231
Text Example
Text Example
White with #AAC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC231; }
p { color: rgb(170,194,49); }
H1.HeaderClassName
{
color: #AAC231;
}
.AnyTagClassName
{
color: #AAC231;
}
</style>
background-color css
<style>
a { background-color: #AAC231; }
a { background-color: rgb(170,194,49); }
div.DivClassName
{
background-color: #AAC231;
}
.BgClassName
{
background-color: #AAC231;
}
</style>
border-color css
<style>
span { border-color: #AAC231; }
span { border-color: rgb(170,194,49); }
td.TdClassName
{
border-color: #AAC231;
}
.TagClassName
{
border-color: #AAC231;
}
</style>