Shades of Bahia #AEC520
Tints of Bahia #AEC520
RGB
CMYK
RGB Variations
Color information
#AEC520 (or 0xAEC520) is known color: Bahia. HEX triplet: AE, C5 and 20. RGB value is (174,197,32). Sum of RGB (Red+Green+Blue) = 174+197+32=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC520 is #513ADF. Grayscale: #ABABAB. Windows color (decimal): -5323488 or 2147758. OLE color: 2147758.
HSL color Cylindrical-coordinate representation of color #AEC520: hue angle of 68.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEC520 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.23 |
| HSL | 68.36º | 0.72% | 0.45% | - |
| HSV(B) | 68.36º | 0.84% | 0.77% | - |
| XYZ | 37.68 | 49.04 | 8.85 | - |
| YUV | 171.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 32 | 0.12 | 0 | 0.84 | 0.23 | 68.36 | 0.72 | 0.45 |
| Hex | AE | C5 | 20 | C | 0 | 54 | 17 | 44 | 48 | 2D |
| Octal | 256 | 305 | 40 | 14 | 0 | 124 | 27 | 104 | 110 | 55 |
| Binary | 10101110 | 11000101 | 100000 | 1100 | 0 | 1010100 | 10111 | 1000100 | 1001000 | 101101 |
Color Harmonies of #AEC520
Complementary color
Monochromatic Colors of #AEC520
Black with #AEC520
Text Example
Text Example
White with #AEC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC520; }
p { color: rgb(174,197,32); }
H1.HeaderClassName
{
color: #AEC520;
}
.AnyTagClassName
{
color: #AEC520;
}
</style>
background-color css
<style>
a { background-color: #AEC520; }
a { background-color: rgb(174,197,32); }
div.DivClassName
{
background-color: #AEC520;
}
.BgClassName
{
background-color: #AEC520;
}
</style>
border-color css
<style>
span { border-color: #AEC520; }
span { border-color: rgb(174,197,32); }
td.TdClassName
{
border-color: #AEC520;
}
.TagClassName
{
border-color: #AEC520;
}
</style>