Shades of Bahia #AAC920
Tints of Bahia #AAC920
RGB
CMYK
RGB Variations
Color information
#AAC920 (or 0xAAC920) is known color: Bahia. HEX triplet: AA, C9 and 20. RGB value is (170,201,32). Sum of RGB (Red+Green+Blue) = 170+201+32=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC920 is #5536DF. Grayscale: #ADADAD. Windows color (decimal): -5584608 or 2148778. OLE color: 2148778.
HSL color Cylindrical-coordinate representation of color #AAC920: hue angle of 71.01º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC920 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 32 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.21 |
| HSL | 71.01º | 0.73% | 0.46% | - |
| HSV(B) | 71.01º | 0.84% | 0.79% | - |
| XYZ | 37.72 | 50.42 | 9.11 | - |
| YUV | 172.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 32 | 0.15 | 0 | 0.84 | 0.21 | 71.01 | 0.73 | 0.46 |
| Hex | AA | C9 | 20 | F | 0 | 54 | 15 | 47 | 49 | 2E |
| Octal | 252 | 311 | 40 | 17 | 0 | 124 | 25 | 107 | 111 | 56 |
| Binary | 10101010 | 11001001 | 100000 | 1111 | 0 | 1010100 | 10101 | 1000111 | 1001001 | 101110 |
Color Harmonies of #AAC920
Complementary color
Monochromatic Colors of #AAC920
Black with #AAC920
Text Example
Text Example
White with #AAC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC920; }
p { color: rgb(170,201,32); }
H1.HeaderClassName
{
color: #AAC920;
}
.AnyTagClassName
{
color: #AAC920;
}
</style>
background-color css
<style>
a { background-color: #AAC920; }
a { background-color: rgb(170,201,32); }
div.DivClassName
{
background-color: #AAC920;
}
.BgClassName
{
background-color: #AAC920;
}
</style>
border-color css
<style>
span { border-color: #AAC920; }
span { border-color: rgb(170,201,32); }
td.TdClassName
{
border-color: #AAC920;
}
.TagClassName
{
border-color: #AAC920;
}
</style>