Shades of Bahia #AEC214
Tints of Bahia #AEC214
RGB
CMYK
RGB Variations
Color information
#AEC214 (or 0xAEC214) is known color: Bahia. HEX triplet: AE, C2 and 14. RGB value is (174,194,20). Sum of RGB (Red+Green+Blue) = 174+194+20=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC214 is #513DEB. Grayscale: #A8A8A8. Windows color (decimal): -5324268 or 1360558. OLE color: 1360558.
HSL color Cylindrical-coordinate representation of color #AEC214: hue angle of 66.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC214 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 20 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.24 |
| HSL | 66.9º | 0.81% | 0.42% | - |
| HSV(B) | 66.9º | 0.9% | 0.76% | - |
| XYZ | 36.87 | 47.63 | 7.91 | - |
| YUV | 168.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 20 | 0.10 | 0 | 0.90 | 0.24 | 66.9 | 0.81 | 0.42 |
| Hex | AE | C2 | 14 | A | 0 | 5A | 18 | 43 | 51 | 2A |
| Octal | 256 | 302 | 24 | 12 | 0 | 132 | 30 | 103 | 121 | 52 |
| Binary | 10101110 | 11000010 | 10100 | 1010 | 0 | 1011010 | 11000 | 1000011 | 1010001 | 101010 |
Color Harmonies of #AEC214
Complementary color
Monochromatic Colors of #AEC214
Black with #AEC214
Text Example
Text Example
White with #AEC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC214; }
p { color: rgb(174,194,20); }
H1.HeaderClassName
{
color: #AEC214;
}
.AnyTagClassName
{
color: #AEC214;
}
</style>
background-color css
<style>
a { background-color: #AEC214; }
a { background-color: rgb(174,194,20); }
div.DivClassName
{
background-color: #AEC214;
}
.BgClassName
{
background-color: #AEC214;
}
</style>
border-color css
<style>
span { border-color: #AEC214; }
span { border-color: rgb(174,194,20); }
td.TdClassName
{
border-color: #AEC214;
}
.TagClassName
{
border-color: #AEC214;
}
</style>