Shades of Bahia #AAC124
Tints of Bahia #AAC124
RGB
CMYK
RGB Variations
Color information
#AAC124 (or 0xAAC124) is known color: Bahia. HEX triplet: AA, C1 and 24. RGB value is (170,193,36). Sum of RGB (Red+Green+Blue) = 170+193+36=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC124 is #553EDB. Grayscale: #A8A8A8. Windows color (decimal): -5586652 or 2408874. OLE color: 2408874.
HSL color Cylindrical-coordinate representation of color #AAC124: hue angle of 68.79º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAC124 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 36 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.24 |
| HSL | 68.79º | 0.69% | 0.45% | - |
| HSV(B) | 68.79º | 0.81% | 0.76% | - |
| XYZ | 35.97 | 46.81 | 8.81 | - |
| YUV | 168.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 36 | 0.12 | 0 | 0.81 | 0.24 | 68.79 | 0.69 | 0.45 |
| Hex | AA | C1 | 24 | C | 0 | 51 | 18 | 45 | 45 | 2D |
| Octal | 252 | 301 | 44 | 14 | 0 | 121 | 30 | 105 | 105 | 55 |
| Binary | 10101010 | 11000001 | 100100 | 1100 | 0 | 1010001 | 11000 | 1000101 | 1000101 | 101101 |
Color Harmonies of #AAC124
Complementary color
Monochromatic Colors of #AAC124
Black with #AAC124
Text Example
Text Example
White with #AAC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC124; }
p { color: rgb(170,193,36); }
H1.HeaderClassName
{
color: #AAC124;
}
.AnyTagClassName
{
color: #AAC124;
}
</style>
background-color css
<style>
a { background-color: #AAC124; }
a { background-color: rgb(170,193,36); }
div.DivClassName
{
background-color: #AAC124;
}
.BgClassName
{
background-color: #AAC124;
}
</style>
border-color css
<style>
span { border-color: #AAC124; }
span { border-color: rgb(170,193,36); }
td.TdClassName
{
border-color: #AAC124;
}
.TagClassName
{
border-color: #AAC124;
}
</style>