Shades of Bahia #AEBA19
Tints of Bahia #AEBA19
RGB
CMYK
RGB Variations
Color information
#AEBA19 (or 0xAEBA19) is known color: Bahia. HEX triplet: AE, BA and 19. RGB value is (174,186,25). Sum of RGB (Red+Green+Blue) = 174+186+25=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA19 is #5145E6. Grayscale: #A4A4A4. Windows color (decimal): -5326311 or 1686190. OLE color: 1686190.
HSL color Cylindrical-coordinate representation of color #AEBA19: hue angle of 64.47º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEBA19 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 25 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.27 |
| HSL | 64.47º | 0.76% | 0.41% | - |
| HSV(B) | 64.47º | 0.87% | 0.73% | - |
| XYZ | 35.19 | 44.19 | 7.59 | - |
| YUV | 164.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 25 | 0.06 | 0 | 0.87 | 0.27 | 64.47 | 0.76 | 0.41 |
| Hex | AE | BA | 19 | 6 | 0 | 57 | 1B | 40 | 4C | 29 |
| Octal | 256 | 272 | 31 | 6 | 0 | 127 | 33 | 100 | 114 | 51 |
| Binary | 10101110 | 10111010 | 11001 | 110 | 0 | 1010111 | 11011 | 1000000 | 1001100 | 101001 |
Color Harmonies of #AEBA19
Complementary color
Monochromatic Colors of #AEBA19
Black with #AEBA19
Text Example
Text Example
White with #AEBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA19; }
p { color: rgb(174,186,25); }
H1.HeaderClassName
{
color: #AEBA19;
}
.AnyTagClassName
{
color: #AEBA19;
}
</style>
background-color css
<style>
a { background-color: #AEBA19; }
a { background-color: rgb(174,186,25); }
div.DivClassName
{
background-color: #AEBA19;
}
.BgClassName
{
background-color: #AEBA19;
}
</style>
border-color css
<style>
span { border-color: #AEBA19; }
span { border-color: rgb(174,186,25); }
td.TdClassName
{
border-color: #AEBA19;
}
.TagClassName
{
border-color: #AEBA19;
}
</style>