Shades of Bahia #AEC529
Tints of Bahia #AEC529
RGB
CMYK
RGB Variations
Color information
#AEC529 (or 0xAEC529) is known color: Bahia. HEX triplet: AE, C5 and 29. RGB value is (174,197,41). Sum of RGB (Red+Green+Blue) = 174+197+41=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC529 is #513AD6. Grayscale: #ACACAC. Windows color (decimal): -5323479 or 2737582. OLE color: 2737582.
HSL color Cylindrical-coordinate representation of color #AEC529: hue angle of 68.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEC529 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 41 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.23 |
| HSL | 68.85º | 0.66% | 0.47% | - |
| HSV(B) | 68.85º | 0.79% | 0.77% | - |
| XYZ | 37.82 | 49.09 | 9.58 | - |
| YUV | 172.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 41 | 0.12 | 0 | 0.79 | 0.23 | 68.85 | 0.66 | 0.47 |
| Hex | AE | C5 | 29 | C | 0 | 4F | 17 | 45 | 42 | 2F |
| Octal | 256 | 305 | 51 | 14 | 0 | 117 | 27 | 105 | 102 | 57 |
| Binary | 10101110 | 11000101 | 101001 | 1100 | 0 | 1001111 | 10111 | 1000101 | 1000010 | 101111 |
Color Harmonies of #AEC529
Complementary color
Monochromatic Colors of #AEC529
Black with #AEC529
Text Example
Text Example
White with #AEC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC529; }
p { color: rgb(174,197,41); }
H1.HeaderClassName
{
color: #AEC529;
}
.AnyTagClassName
{
color: #AEC529;
}
</style>
background-color css
<style>
a { background-color: #AEC529; }
a { background-color: rgb(174,197,41); }
div.DivClassName
{
background-color: #AEC529;
}
.BgClassName
{
background-color: #AEC529;
}
</style>
border-color css
<style>
span { border-color: #AEC529; }
span { border-color: rgb(174,197,41); }
td.TdClassName
{
border-color: #AEC529;
}
.TagClassName
{
border-color: #AEC529;
}
</style>