Shades of Bahia #AEC511
Tints of Bahia #AEC511
RGB
CMYK
RGB Variations
Color information
#AEC511 (or 0xAEC511) is known color: Bahia. HEX triplet: AE, C5 and 11. RGB value is (174,197,17). Sum of RGB (Red+Green+Blue) = 174+197+17=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC511 is #513AEE. Grayscale: #AAAAAA. Windows color (decimal): -5323503 or 1164718. OLE color: 1164718.
HSL color Cylindrical-coordinate representation of color #AEC511: hue angle of 67.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC511 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 17 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.23 |
| HSL | 67.67º | 0.84% | 0.42% | - |
| HSV(B) | 67.67º | 0.91% | 0.77% | - |
| XYZ | 37.52 | 48.97 | 8.01 | - |
| YUV | 169.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 17 | 0.12 | 0 | 0.91 | 0.23 | 67.67 | 0.84 | 0.42 |
| Hex | AE | C5 | 11 | C | 0 | 5B | 17 | 44 | 54 | 2A |
| Octal | 256 | 305 | 21 | 14 | 0 | 133 | 27 | 104 | 124 | 52 |
| Binary | 10101110 | 11000101 | 10001 | 1100 | 0 | 1011011 | 10111 | 1000100 | 1010100 | 101010 |
Color Harmonies of #AEC511
Complementary color
Monochromatic Colors of #AEC511
Black with #AEC511
Text Example
Text Example
White with #AEC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC511; }
p { color: rgb(174,197,17); }
H1.HeaderClassName
{
color: #AEC511;
}
.AnyTagClassName
{
color: #AEC511;
}
</style>
background-color css
<style>
a { background-color: #AEC511; }
a { background-color: rgb(174,197,17); }
div.DivClassName
{
background-color: #AEC511;
}
.BgClassName
{
background-color: #AEC511;
}
</style>
border-color css
<style>
span { border-color: #AEC511; }
span { border-color: rgb(174,197,17); }
td.TdClassName
{
border-color: #AEC511;
}
.TagClassName
{
border-color: #AEC511;
}
</style>