Shades of Bahia #AEC121
Tints of Bahia #AEC121
RGB
CMYK
RGB Variations
Color information
#AEC121 (or 0xAEC121) is known color: Bahia. HEX triplet: AE, C1 and 21. RGB value is (174,193,33). Sum of RGB (Red+Green+Blue) = 174+193+33=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC121 is #513EDE. Grayscale: #A9A9A9. Windows color (decimal): -5324511 or 2212270. OLE color: 2212270.
HSL color Cylindrical-coordinate representation of color #AEC121: hue angle of 67.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEC121 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 33 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.24 |
| HSL | 67.13º | 0.71% | 0.44% | - |
| HSV(B) | 67.13º | 0.83% | 0.76% | - |
| XYZ | 36.8 | 47.25 | 8.62 | - |
| YUV | 169.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 33 | 0.10 | 0 | 0.83 | 0.24 | 67.13 | 0.71 | 0.44 |
| Hex | AE | C1 | 21 | A | 0 | 53 | 18 | 43 | 47 | 2C |
| Octal | 256 | 301 | 41 | 12 | 0 | 123 | 30 | 103 | 107 | 54 |
| Binary | 10101110 | 11000001 | 100001 | 1010 | 0 | 1010011 | 11000 | 1000011 | 1000111 | 101100 |
Color Harmonies of #AEC121
Complementary color
Monochromatic Colors of #AEC121
Black with #AEC121
Text Example
Text Example
White with #AEC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC121; }
p { color: rgb(174,193,33); }
H1.HeaderClassName
{
color: #AEC121;
}
.AnyTagClassName
{
color: #AEC121;
}
</style>
background-color css
<style>
a { background-color: #AEC121; }
a { background-color: rgb(174,193,33); }
div.DivClassName
{
background-color: #AEC121;
}
.BgClassName
{
background-color: #AEC121;
}
</style>
border-color css
<style>
span { border-color: #AEC121; }
span { border-color: rgb(174,193,33); }
td.TdClassName
{
border-color: #AEC121;
}
.TagClassName
{
border-color: #AEC121;
}
</style>