Shades of Bahia #AAC620
Tints of Bahia #AAC620
RGB
CMYK
RGB Variations
Color information
#AAC620 (or 0xAAC620) is known color: Bahia. HEX triplet: AA, C6 and 20. RGB value is (170,198,32). Sum of RGB (Red+Green+Blue) = 170+198+32=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC620 is #5539DF. Grayscale: #ABABAB. Windows color (decimal): -5585376 or 2148010. OLE color: 2148010.
HSL color Cylindrical-coordinate representation of color #AAC620: hue angle of 70.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC620 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 70.12º | 0.72% | 0.45% | - |
| HSV(B) | 70.12º | 0.84% | 0.78% | - |
| XYZ | 37.03 | 49.04 | 8.88 | - |
| YUV | 170.7 | 49.72 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 32 | 0.14 | 0 | 0.84 | 0.22 | 70.12 | 0.72 | 0.45 |
| Hex | AA | C6 | 20 | E | 0 | 54 | 16 | 46 | 48 | 2D |
| Octal | 252 | 306 | 40 | 16 | 0 | 124 | 26 | 106 | 110 | 55 |
| Binary | 10101010 | 11000110 | 100000 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001000 | 101101 |
Color Harmonies of #AAC620
Complementary color
Monochromatic Colors of #AAC620
Black with #AAC620
Text Example
Text Example
White with #AAC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC620; }
p { color: rgb(170,198,32); }
H1.HeaderClassName
{
color: #AAC620;
}
.AnyTagClassName
{
color: #AAC620;
}
</style>
background-color css
<style>
a { background-color: #AAC620; }
a { background-color: rgb(170,198,32); }
div.DivClassName
{
background-color: #AAC620;
}
.BgClassName
{
background-color: #AAC620;
}
</style>
border-color css
<style>
span { border-color: #AAC620; }
span { border-color: rgb(170,198,32); }
td.TdClassName
{
border-color: #AAC620;
}
.TagClassName
{
border-color: #AAC620;
}
</style>