Shades of Bahia #AEC225
Tints of Bahia #AEC225
RGB
CMYK
RGB Variations
Color information
#AEC225 (or 0xAEC225) is known color: Bahia. HEX triplet: AE, C2 and 25. RGB value is (174,194,37). Sum of RGB (Red+Green+Blue) = 174+194+37=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC225 is #513DDA. Grayscale: #AAAAAA. Windows color (decimal): -5324251 or 2474670. OLE color: 2474670.
HSL color Cylindrical-coordinate representation of color #AEC225: hue angle of 67.64º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEC225 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 37 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.24 |
| HSL | 67.64º | 0.68% | 0.45% | - |
| HSV(B) | 67.64º | 0.81% | 0.76% | - |
| XYZ | 37.08 | 47.72 | 9.01 | - |
| YUV | 170.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 37 | 0.10 | 0 | 0.81 | 0.24 | 67.64 | 0.68 | 0.45 |
| Hex | AE | C2 | 25 | A | 0 | 51 | 18 | 44 | 44 | 2D |
| Octal | 256 | 302 | 45 | 12 | 0 | 121 | 30 | 104 | 104 | 55 |
| Binary | 10101110 | 11000010 | 100101 | 1010 | 0 | 1010001 | 11000 | 1000100 | 1000100 | 101101 |
Color Harmonies of #AEC225
Complementary color
Monochromatic Colors of #AEC225
Black with #AEC225
Text Example
Text Example
White with #AEC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC225; }
p { color: rgb(174,194,37); }
H1.HeaderClassName
{
color: #AEC225;
}
.AnyTagClassName
{
color: #AEC225;
}
</style>
background-color css
<style>
a { background-color: #AEC225; }
a { background-color: rgb(174,194,37); }
div.DivClassName
{
background-color: #AEC225;
}
.BgClassName
{
background-color: #AEC225;
}
</style>
border-color css
<style>
span { border-color: #AEC225; }
span { border-color: rgb(174,194,37); }
td.TdClassName
{
border-color: #AEC225;
}
.TagClassName
{
border-color: #AEC225;
}
</style>