Shades of Bahia #AEBA25
Tints of Bahia #AEBA25
RGB
CMYK
RGB Variations
Color information
#AEBA25 (or 0xAEBA25) is known color: Bahia. HEX triplet: AE, BA and 25. RGB value is (174,186,37). Sum of RGB (Red+Green+Blue) = 174+186+37=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA25 is #5145DA. Grayscale: #A6A6A6. Windows color (decimal): -5326299 or 2472622. OLE color: 2472622.
HSL color Cylindrical-coordinate representation of color #AEBA25: hue angle of 64.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEBA25 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 37 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.27 |
| HSL | 64.83º | 0.67% | 0.44% | - |
| HSV(B) | 64.83º | 0.8% | 0.73% | - |
| XYZ | 35.35 | 44.25 | 8.43 | - |
| YUV | 165.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 37 | 0.06 | 0 | 0.80 | 0.27 | 64.83 | 0.67 | 0.44 |
| Hex | AE | BA | 25 | 6 | 0 | 50 | 1B | 41 | 43 | 2C |
| Octal | 256 | 272 | 45 | 6 | 0 | 120 | 33 | 101 | 103 | 54 |
| Binary | 10101110 | 10111010 | 100101 | 110 | 0 | 1010000 | 11011 | 1000001 | 1000011 | 101100 |
Color Harmonies of #AEBA25
Complementary color
Monochromatic Colors of #AEBA25
Black with #AEBA25
Text Example
Text Example
White with #AEBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA25; }
p { color: rgb(174,186,37); }
H1.HeaderClassName
{
color: #AEBA25;
}
.AnyTagClassName
{
color: #AEBA25;
}
</style>
background-color css
<style>
a { background-color: #AEBA25; }
a { background-color: rgb(174,186,37); }
div.DivClassName
{
background-color: #AEBA25;
}
.BgClassName
{
background-color: #AEBA25;
}
</style>
border-color css
<style>
span { border-color: #AEBA25; }
span { border-color: rgb(174,186,37); }
td.TdClassName
{
border-color: #AEBA25;
}
.TagClassName
{
border-color: #AEBA25;
}
</style>