Shades of Bahia #AEC430
Tints of Bahia #AEC430
RGB
CMYK
RGB Variations
Color information
#AEC430 (or 0xAEC430) is known color: Bahia. HEX triplet: AE, C4 and 30. RGB value is (174,196,48). Sum of RGB (Red+Green+Blue) = 174+196+48=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC430 is #513BCF. Grayscale: #ADADAD. Windows color (decimal): -5323728 or 3196078. OLE color: 3196078.
HSL color Cylindrical-coordinate representation of color #AEC430: hue angle of 68.92º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEC430 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 48 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.23 |
| HSL | 68.92º | 0.61% | 0.48% | - |
| HSV(B) | 68.92º | 0.76% | 0.77% | - |
| XYZ | 37.73 | 48.69 | 10.21 | - |
| YUV | 172.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 48 | 0.11 | 0 | 0.76 | 0.23 | 68.92 | 0.61 | 0.48 |
| Hex | AE | C4 | 30 | B | 0 | 4C | 17 | 45 | 3D | 30 |
| Octal | 256 | 304 | 60 | 13 | 0 | 114 | 27 | 105 | 75 | 60 |
| Binary | 10101110 | 11000100 | 110000 | 1011 | 0 | 1001100 | 10111 | 1000101 | 111101 | 110000 |
Color Harmonies of #AEC430
Complementary color
Monochromatic Colors of #AEC430
Black with #AEC430
Text Example
Text Example
White with #AEC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC430; }
p { color: rgb(174,196,48); }
H1.HeaderClassName
{
color: #AEC430;
}
.AnyTagClassName
{
color: #AEC430;
}
</style>
background-color css
<style>
a { background-color: #AEC430; }
a { background-color: rgb(174,196,48); }
div.DivClassName
{
background-color: #AEC430;
}
.BgClassName
{
background-color: #AEC430;
}
</style>
border-color css
<style>
span { border-color: #AEC430; }
span { border-color: rgb(174,196,48); }
td.TdClassName
{
border-color: #AEC430;
}
.TagClassName
{
border-color: #AEC430;
}
</style>