Shades of Bahia #AAC120
Tints of Bahia #AAC120
RGB
CMYK
RGB Variations
Color information
#AAC120 (or 0xAAC120) is known color: Bahia. HEX triplet: AA, C1 and 20. RGB value is (170,193,32). Sum of RGB (Red+Green+Blue) = 170+193+32=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC120 is #553EDF. Grayscale: #A8A8A8. Windows color (decimal): -5586656 or 2146730. OLE color: 2146730.
HSL color Cylindrical-coordinate representation of color #AAC120: hue angle of 68.57º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAC120 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 32 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.24 |
| HSL | 68.57º | 0.72% | 0.44% | - |
| HSV(B) | 68.57º | 0.83% | 0.76% | - |
| XYZ | 35.91 | 46.79 | 8.51 | - |
| YUV | 167.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 32 | 0.12 | 0 | 0.83 | 0.24 | 68.57 | 0.72 | 0.44 |
| Hex | AA | C1 | 20 | C | 0 | 53 | 18 | 45 | 48 | 2C |
| Octal | 252 | 301 | 40 | 14 | 0 | 123 | 30 | 105 | 110 | 54 |
| Binary | 10101010 | 11000001 | 100000 | 1100 | 0 | 1010011 | 11000 | 1000101 | 1001000 | 101100 |
Color Harmonies of #AAC120
Complementary color
Monochromatic Colors of #AAC120
Black with #AAC120
Text Example
Text Example
White with #AAC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC120; }
p { color: rgb(170,193,32); }
H1.HeaderClassName
{
color: #AAC120;
}
.AnyTagClassName
{
color: #AAC120;
}
</style>
background-color css
<style>
a { background-color: #AAC120; }
a { background-color: rgb(170,193,32); }
div.DivClassName
{
background-color: #AAC120;
}
.BgClassName
{
background-color: #AAC120;
}
</style>
border-color css
<style>
span { border-color: #AAC120; }
span { border-color: rgb(170,193,32); }
td.TdClassName
{
border-color: #AAC120;
}
.TagClassName
{
border-color: #AAC120;
}
</style>