Shades of Bahia #AAC820
Tints of Bahia #AAC820
RGB
CMYK
RGB Variations
Color information
#AAC820 (or 0xAAC820) is known color: Bahia. HEX triplet: AA, C8 and 20. RGB value is (170,200,32). Sum of RGB (Red+Green+Blue) = 170+200+32=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC820 is #5537DF. Grayscale: #ACACAC. Windows color (decimal): -5584864 or 2148522. OLE color: 2148522.
HSL color Cylindrical-coordinate representation of color #AAC820: hue angle of 70.71º 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 #AAC820 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 32 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.22 |
| HSL | 70.71º | 0.72% | 0.45% | - |
| HSV(B) | 70.71º | 0.84% | 0.78% | - |
| XYZ | 37.49 | 49.96 | 9.03 | - |
| YUV | 171.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 32 | 0.15 | 0 | 0.84 | 0.22 | 70.71 | 0.72 | 0.45 |
| Hex | AA | C8 | 20 | F | 0 | 54 | 16 | 47 | 48 | 2D |
| Octal | 252 | 310 | 40 | 17 | 0 | 124 | 26 | 107 | 110 | 55 |
| Binary | 10101010 | 11001000 | 100000 | 1111 | 0 | 1010100 | 10110 | 1000111 | 1001000 | 101101 |
Color Harmonies of #AAC820
Complementary color
Monochromatic Colors of #AAC820
Black with #AAC820
Text Example
Text Example
White with #AAC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC820; }
p { color: rgb(170,200,32); }
H1.HeaderClassName
{
color: #AAC820;
}
.AnyTagClassName
{
color: #AAC820;
}
</style>
background-color css
<style>
a { background-color: #AAC820; }
a { background-color: rgb(170,200,32); }
div.DivClassName
{
background-color: #AAC820;
}
.BgClassName
{
background-color: #AAC820;
}
</style>
border-color css
<style>
span { border-color: #AAC820; }
span { border-color: rgb(170,200,32); }
td.TdClassName
{
border-color: #AAC820;
}
.TagClassName
{
border-color: #AAC820;
}
</style>