Shades of Bahia #AEC931
Tints of Bahia #AEC931
RGB
CMYK
RGB Variations
Color information
#AEC931 (or 0xAEC931) is known color: Bahia. HEX triplet: AE, C9 and 31. RGB value is (174,201,49). Sum of RGB (Red+Green+Blue) = 174+201+49=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC931 is #5136CE. Grayscale: #B0B0B0. Windows color (decimal): -5322447 or 3262894. OLE color: 3262894.
HSL color Cylindrical-coordinate representation of color #AEC931: hue angle of 70.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEC931 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 49 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.21 |
| HSL | 70.66º | 0.61% | 0.49% | - |
| HSV(B) | 70.66º | 0.76% | 0.79% | - |
| XYZ | 38.9 | 50.99 | 10.7 | - |
| YUV | 175.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 49 | 0.13 | 0 | 0.76 | 0.21 | 70.66 | 0.61 | 0.49 |
| Hex | AE | C9 | 31 | D | 0 | 4C | 15 | 47 | 3D | 31 |
| Octal | 256 | 311 | 61 | 15 | 0 | 114 | 25 | 107 | 75 | 61 |
| Binary | 10101110 | 11001001 | 110001 | 1101 | 0 | 1001100 | 10101 | 1000111 | 111101 | 110001 |
Color Harmonies of #AEC931
Complementary color
Monochromatic Colors of #AEC931
Black with #AEC931
Text Example
Text Example
White with #AEC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC931; }
p { color: rgb(174,201,49); }
H1.HeaderClassName
{
color: #AEC931;
}
.AnyTagClassName
{
color: #AEC931;
}
</style>
background-color css
<style>
a { background-color: #AEC931; }
a { background-color: rgb(174,201,49); }
div.DivClassName
{
background-color: #AEC931;
}
.BgClassName
{
background-color: #AEC931;
}
</style>
border-color css
<style>
span { border-color: #AEC931; }
span { border-color: rgb(174,201,49); }
td.TdClassName
{
border-color: #AEC931;
}
.TagClassName
{
border-color: #AEC931;
}
</style>