Shades of Bahia #AAC021
Tints of Bahia #AAC021
RGB
CMYK
RGB Variations
Color information
#AAC021 (or 0xAAC021) is known color: Bahia. HEX triplet: AA, C0 and 21. RGB value is (170,192,33). Sum of RGB (Red+Green+Blue) = 170+192+33=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC021 is #553FDE. Grayscale: #A7A7A7. Windows color (decimal): -5586911 or 2212010. OLE color: 2212010.
HSL color Cylindrical-coordinate representation of color #AAC021: hue angle of 68.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAC021 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 33 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.25 |
| HSL | 68.3º | 0.71% | 0.44% | - |
| HSV(B) | 68.3º | 0.83% | 0.75% | - |
| XYZ | 35.7 | 46.36 | 8.5 | - |
| YUV | 167.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 33 | 0.11 | 0 | 0.83 | 0.25 | 68.3 | 0.71 | 0.44 |
| Hex | AA | C0 | 21 | B | 0 | 53 | 19 | 44 | 47 | 2C |
| Octal | 252 | 300 | 41 | 13 | 0 | 123 | 31 | 104 | 107 | 54 |
| Binary | 10101010 | 11000000 | 100001 | 1011 | 0 | 1010011 | 11001 | 1000100 | 1000111 | 101100 |
Color Harmonies of #AAC021
Complementary color
Monochromatic Colors of #AAC021
Black with #AAC021
Text Example
Text Example
White with #AAC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC021; }
p { color: rgb(170,192,33); }
H1.HeaderClassName
{
color: #AAC021;
}
.AnyTagClassName
{
color: #AAC021;
}
</style>
background-color css
<style>
a { background-color: #AAC021; }
a { background-color: rgb(170,192,33); }
div.DivClassName
{
background-color: #AAC021;
}
.BgClassName
{
background-color: #AAC021;
}
</style>
border-color css
<style>
span { border-color: #AAC021; }
span { border-color: rgb(170,192,33); }
td.TdClassName
{
border-color: #AAC021;
}
.TagClassName
{
border-color: #AAC021;
}
</style>