Shades of Bahia #AEC010
Tints of Bahia #AEC010
RGB
CMYK
RGB Variations
Color information
#AEC010 (or 0xAEC010) is known color: Bahia. HEX triplet: AE, C0 and 10. RGB value is (174,192,16). Sum of RGB (Red+Green+Blue) = 174+192+16=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC010 is #513FEF. Grayscale: #A7A7A7. Windows color (decimal): -5324784 or 1097902. OLE color: 1097902.
HSL color Cylindrical-coordinate representation of color #AEC010: hue angle of 66.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC010 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.25 |
| HSL | 66.14º | 0.85% | 0.41% | - |
| HSV(B) | 66.14º | 0.92% | 0.75% | - |
| XYZ | 36.4 | 46.74 | 7.59 | - |
| YUV | 166.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 16 | 0.09 | 0 | 0.92 | 0.25 | 66.14 | 0.85 | 0.41 |
| Hex | AE | C0 | 10 | 9 | 0 | 5C | 19 | 42 | 55 | 29 |
| Octal | 256 | 300 | 20 | 11 | 0 | 134 | 31 | 102 | 125 | 51 |
| Binary | 10101110 | 11000000 | 10000 | 1001 | 0 | 1011100 | 11001 | 1000010 | 1010101 | 101001 |
Color Harmonies of #AEC010
Complementary color
Monochromatic Colors of #AEC010
Black with #AEC010
Text Example
Text Example
White with #AEC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC010; }
p { color: rgb(174,192,16); }
H1.HeaderClassName
{
color: #AEC010;
}
.AnyTagClassName
{
color: #AEC010;
}
</style>
background-color css
<style>
a { background-color: #AEC010; }
a { background-color: rgb(174,192,16); }
div.DivClassName
{
background-color: #AEC010;
}
.BgClassName
{
background-color: #AEC010;
}
</style>
border-color css
<style>
span { border-color: #AEC010; }
span { border-color: rgb(174,192,16); }
td.TdClassName
{
border-color: #AEC010;
}
.TagClassName
{
border-color: #AEC010;
}
</style>