Shades of Bahia #AAD321
Tints of Bahia #AAD321
RGB
CMYK
RGB Variations
Color information
#AAD321 (or 0xAAD321) is known color: Bahia. HEX triplet: AA, D3 and 21. RGB value is (170,211,33). Sum of RGB (Red+Green+Blue) = 170+211+33=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD321 is #552CDE. Grayscale: #B3B3B3. Windows color (decimal): -5582047 or 2216874. OLE color: 2216874.
HSL color Cylindrical-coordinate representation of color #AAD321: hue angle of 73.82º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAD321 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 33 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.17 |
| HSL | 73.82º | 0.73% | 0.48% | - |
| HSV(B) | 73.82º | 0.84% | 0.83% | - |
| XYZ | 40.15 | 55.24 | 9.99 | - |
| YUV | 178.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 33 | 0.19 | 0 | 0.84 | 0.17 | 73.82 | 0.73 | 0.48 |
| Hex | AA | D3 | 21 | 13 | 0 | 54 | 11 | 4A | 49 | 30 |
| Octal | 252 | 323 | 41 | 23 | 0 | 124 | 21 | 112 | 111 | 60 |
| Binary | 10101010 | 11010011 | 100001 | 10011 | 0 | 1010100 | 10001 | 1001010 | 1001001 | 110000 |
Color Harmonies of #AAD321
Complementary color
Monochromatic Colors of #AAD321
Black with #AAD321
Text Example
Text Example
White with #AAD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD321; }
p { color: rgb(170,211,33); }
H1.HeaderClassName
{
color: #AAD321;
}
.AnyTagClassName
{
color: #AAD321;
}
</style>
background-color css
<style>
a { background-color: #AAD321; }
a { background-color: rgb(170,211,33); }
div.DivClassName
{
background-color: #AAD321;
}
.BgClassName
{
background-color: #AAD321;
}
</style>
border-color css
<style>
span { border-color: #AAD321; }
span { border-color: rgb(170,211,33); }
td.TdClassName
{
border-color: #AAD321;
}
.TagClassName
{
border-color: #AAD321;
}
</style>