Shades of Bahia #AEC221
Tints of Bahia #AEC221
RGB
CMYK
RGB Variations
Color information
#AEC221 (or 0xAEC221) is known color: Bahia. HEX triplet: AE, C2 and 21. RGB value is (174,194,33). Sum of RGB (Red+Green+Blue) = 174+194+33=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC221 is #513DDE. Grayscale: #AAAAAA. Windows color (decimal): -5324255 or 2212526. OLE color: 2212526.
HSL color Cylindrical-coordinate representation of color #AEC221: hue angle of 67.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEC221 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 33 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.24 |
| HSL | 67.45º | 0.71% | 0.45% | - |
| HSV(B) | 67.45º | 0.83% | 0.76% | - |
| XYZ | 37.02 | 47.69 | 8.69 | - |
| YUV | 169.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 33 | 0.10 | 0 | 0.83 | 0.24 | 67.45 | 0.71 | 0.45 |
| Hex | AE | C2 | 21 | A | 0 | 53 | 18 | 43 | 47 | 2D |
| Octal | 256 | 302 | 41 | 12 | 0 | 123 | 30 | 103 | 107 | 55 |
| Binary | 10101110 | 11000010 | 100001 | 1010 | 0 | 1010011 | 11000 | 1000011 | 1000111 | 101101 |
Color Harmonies of #AEC221
Complementary color
Monochromatic Colors of #AEC221
Black with #AEC221
Text Example
Text Example
White with #AEC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC221; }
p { color: rgb(174,194,33); }
H1.HeaderClassName
{
color: #AEC221;
}
.AnyTagClassName
{
color: #AEC221;
}
</style>
background-color css
<style>
a { background-color: #AEC221; }
a { background-color: rgb(174,194,33); }
div.DivClassName
{
background-color: #AEC221;
}
.BgClassName
{
background-color: #AEC221;
}
</style>
border-color css
<style>
span { border-color: #AEC221; }
span { border-color: rgb(174,194,33); }
td.TdClassName
{
border-color: #AEC221;
}
.TagClassName
{
border-color: #AEC221;
}
</style>