Shades of Bahia #AEC517
Tints of Bahia #AEC517
RGB
CMYK
RGB Variations
Color information
#AEC517 (or 0xAEC517) is known color: Bahia. HEX triplet: AE, C5 and 17. RGB value is (174,197,23). Sum of RGB (Red+Green+Blue) = 174+197+23=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC517 is #513AE8. Grayscale: #AAAAAA. Windows color (decimal): -5323497 or 1557934. OLE color: 1557934.
HSL color Cylindrical-coordinate representation of color #AEC517: hue angle of 67.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC517 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.23 |
| HSL | 67.93º | 0.79% | 0.43% | - |
| HSV(B) | 67.93º | 0.88% | 0.77% | - |
| XYZ | 37.58 | 48.99 | 8.29 | - |
| YUV | 170.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 23 | 0.12 | 0 | 0.88 | 0.23 | 67.93 | 0.79 | 0.43 |
| Hex | AE | C5 | 17 | C | 0 | 58 | 17 | 44 | 4F | 2B |
| Octal | 256 | 305 | 27 | 14 | 0 | 130 | 27 | 104 | 117 | 53 |
| Binary | 10101110 | 11000101 | 10111 | 1100 | 0 | 1011000 | 10111 | 1000100 | 1001111 | 101011 |
Color Harmonies of #AEC517
Complementary color
Monochromatic Colors of #AEC517
Black with #AEC517
Text Example
Text Example
White with #AEC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC517; }
p { color: rgb(174,197,23); }
H1.HeaderClassName
{
color: #AEC517;
}
.AnyTagClassName
{
color: #AEC517;
}
</style>
background-color css
<style>
a { background-color: #AEC517; }
a { background-color: rgb(174,197,23); }
div.DivClassName
{
background-color: #AEC517;
}
.BgClassName
{
background-color: #AEC517;
}
</style>
border-color css
<style>
span { border-color: #AEC517; }
span { border-color: rgb(174,197,23); }
td.TdClassName
{
border-color: #AEC517;
}
.TagClassName
{
border-color: #AEC517;
}
</style>