Shades of Bahia #AEC231
Tints of Bahia #AEC231
RGB
CMYK
RGB Variations
Color information
#AEC231 (or 0xAEC231) is known color: Bahia. HEX triplet: AE, C2 and 31. RGB value is (174,194,49). Sum of RGB (Red+Green+Blue) = 174+194+49=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC231 is #513DCE. Grayscale: #ACACAC. Windows color (decimal): -5324239 or 3261102. OLE color: 3261102.
HSL color Cylindrical-coordinate representation of color #AEC231: hue angle of 68.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEC231 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 49 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.24 |
| HSL | 68.28º | 0.6% | 0.48% | - |
| HSV(B) | 68.28º | 0.75% | 0.76% | - |
| XYZ | 37.3 | 47.8 | 10.17 | - |
| YUV | 171.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 49 | 0.10 | 0 | 0.75 | 0.24 | 68.28 | 0.6 | 0.48 |
| Hex | AE | C2 | 31 | A | 0 | 4B | 18 | 44 | 3C | 30 |
| Octal | 256 | 302 | 61 | 12 | 0 | 113 | 30 | 104 | 74 | 60 |
| Binary | 10101110 | 11000010 | 110001 | 1010 | 0 | 1001011 | 11000 | 1000100 | 111100 | 110000 |
Color Harmonies of #AEC231
Complementary color
Monochromatic Colors of #AEC231
Black with #AEC231
Text Example
Text Example
White with #AEC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC231; }
p { color: rgb(174,194,49); }
H1.HeaderClassName
{
color: #AEC231;
}
.AnyTagClassName
{
color: #AEC231;
}
</style>
background-color css
<style>
a { background-color: #AEC231; }
a { background-color: rgb(174,194,49); }
div.DivClassName
{
background-color: #AEC231;
}
.BgClassName
{
background-color: #AEC231;
}
</style>
border-color css
<style>
span { border-color: #AEC231; }
span { border-color: rgb(174,194,49); }
td.TdClassName
{
border-color: #AEC231;
}
.TagClassName
{
border-color: #AEC231;
}
</style>