Shades of Bahia #AEC514
Tints of Bahia #AEC514
RGB
CMYK
RGB Variations
Color information
#AEC514 (or 0xAEC514) is known color: Bahia. HEX triplet: AE, C5 and 14. RGB value is (174,197,20). Sum of RGB (Red+Green+Blue) = 174+197+20=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC514 is #513AEB. Grayscale: #AAAAAA. Windows color (decimal): -5323500 or 1361326. OLE color: 1361326.
HSL color Cylindrical-coordinate representation of color #AEC514: hue angle of 67.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC514 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.23 |
| HSL | 67.8º | 0.82% | 0.43% | - |
| HSV(B) | 67.8º | 0.9% | 0.77% | - |
| XYZ | 37.55 | 48.98 | 8.14 | - |
| YUV | 169.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 20 | 0.12 | 0 | 0.90 | 0.23 | 67.8 | 0.82 | 0.43 |
| Hex | AE | C5 | 14 | C | 0 | 5A | 17 | 44 | 52 | 2B |
| Octal | 256 | 305 | 24 | 14 | 0 | 132 | 27 | 104 | 122 | 53 |
| Binary | 10101110 | 11000101 | 10100 | 1100 | 0 | 1011010 | 10111 | 1000100 | 1010010 | 101011 |
Color Harmonies of #AEC514
Complementary color
Monochromatic Colors of #AEC514
Black with #AEC514
Text Example
Text Example
White with #AEC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC514; }
p { color: rgb(174,197,20); }
H1.HeaderClassName
{
color: #AEC514;
}
.AnyTagClassName
{
color: #AEC514;
}
</style>
background-color css
<style>
a { background-color: #AEC514; }
a { background-color: rgb(174,197,20); }
div.DivClassName
{
background-color: #AEC514;
}
.BgClassName
{
background-color: #AEC514;
}
</style>
border-color css
<style>
span { border-color: #AEC514; }
span { border-color: rgb(174,197,20); }
td.TdClassName
{
border-color: #AEC514;
}
.TagClassName
{
border-color: #AEC514;
}
</style>