Shades of Bahia #AEBA32
Tints of Bahia #AEBA32
RGB
CMYK
RGB Variations
Color information
#AEBA32 (or 0xAEBA32) is known color: Bahia. HEX triplet: AE, BA and 32. RGB value is (174,186,50). Sum of RGB (Red+Green+Blue) = 174+186+50=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA32 is #5145CD. Grayscale: #A7A7A7. Windows color (decimal): -5326286 or 3324590. OLE color: 3324590.
HSL color Cylindrical-coordinate representation of color #AEBA32: hue angle of 65.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEBA32 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 50 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.27 |
| HSL | 65.29º | 0.58% | 0.46% | - |
| HSV(B) | 65.29º | 0.73% | 0.73% | - |
| XYZ | 35.59 | 44.35 | 9.7 | - |
| YUV | 166.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 50 | 0.06 | 0 | 0.73 | 0.27 | 65.29 | 0.58 | 0.46 |
| Hex | AE | BA | 32 | 6 | 0 | 49 | 1B | 41 | 3A | 2E |
| Octal | 256 | 272 | 62 | 6 | 0 | 111 | 33 | 101 | 72 | 56 |
| Binary | 10101110 | 10111010 | 110010 | 110 | 0 | 1001001 | 11011 | 1000001 | 111010 | 101110 |
Color Harmonies of #AEBA32
Complementary color
Monochromatic Colors of #AEBA32
Black with #AEBA32
Text Example
Text Example
White with #AEBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA32; }
p { color: rgb(174,186,50); }
H1.HeaderClassName
{
color: #AEBA32;
}
.AnyTagClassName
{
color: #AEBA32;
}
</style>
background-color css
<style>
a { background-color: #AEBA32; }
a { background-color: rgb(174,186,50); }
div.DivClassName
{
background-color: #AEBA32;
}
.BgClassName
{
background-color: #AEBA32;
}
</style>
border-color css
<style>
span { border-color: #AEBA32; }
span { border-color: rgb(174,186,50); }
td.TdClassName
{
border-color: #AEBA32;
}
.TagClassName
{
border-color: #AEBA32;
}
</style>