Shades of Bahia #AEBA16
Tints of Bahia #AEBA16
RGB
CMYK
RGB Variations
Color information
#AEBA16 (or 0xAEBA16) is known color: Bahia. HEX triplet: AE, BA and 16. RGB value is (174,186,22). Sum of RGB (Red+Green+Blue) = 174+186+22=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA16 is #5145E9. Grayscale: #A4A4A4. Windows color (decimal): -5326314 or 1489582. OLE color: 1489582.
HSL color Cylindrical-coordinate representation of color #AEBA16: hue angle of 64.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEBA16 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 22 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.27 |
| HSL | 64.39º | 0.79% | 0.41% | - |
| HSV(B) | 64.39º | 0.88% | 0.73% | - |
| XYZ | 35.16 | 44.17 | 7.43 | - |
| YUV | 163.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 22 | 0.06 | 0 | 0.88 | 0.27 | 64.39 | 0.79 | 0.41 |
| Hex | AE | BA | 16 | 6 | 0 | 58 | 1B | 40 | 4F | 29 |
| Octal | 256 | 272 | 26 | 6 | 0 | 130 | 33 | 100 | 117 | 51 |
| Binary | 10101110 | 10111010 | 10110 | 110 | 0 | 1011000 | 11011 | 1000000 | 1001111 | 101001 |
Color Harmonies of #AEBA16
Complementary color
Monochromatic Colors of #AEBA16
Black with #AEBA16
Text Example
Text Example
White with #AEBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA16; }
p { color: rgb(174,186,22); }
H1.HeaderClassName
{
color: #AEBA16;
}
.AnyTagClassName
{
color: #AEBA16;
}
</style>
background-color css
<style>
a { background-color: #AEBA16; }
a { background-color: rgb(174,186,22); }
div.DivClassName
{
background-color: #AEBA16;
}
.BgClassName
{
background-color: #AEBA16;
}
</style>
border-color css
<style>
span { border-color: #AEBA16; }
span { border-color: rgb(174,186,22); }
td.TdClassName
{
border-color: #AEBA16;
}
.TagClassName
{
border-color: #AEBA16;
}
</style>