Shades of Bahia #AEBA2A
Tints of Bahia #AEBA2A
RGB
CMYK
RGB Variations
Color information
#AEBA2A (or 0xAEBA2A) is known color: Bahia. HEX triplet: AE, BA and 2A. RGB value is (174,186,42). Sum of RGB (Red+Green+Blue) = 174+186+42=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA2A is #5145D5. Grayscale: #A6A6A6. Windows color (decimal): -5326294 or 2800302. OLE color: 2800302.
HSL color Cylindrical-coordinate representation of color #AEBA2A: hue angle of 65º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEBA2A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 42 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.27 |
| HSL | 65º | 0.63% | 0.45% | - |
| HSV(B) | 65º | 0.77% | 0.73% | - |
| XYZ | 35.43 | 44.28 | 8.87 | - |
| YUV | 166 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 42 | 0.06 | 0 | 0.77 | 0.27 | 65 | 0.63 | 0.45 |
| Hex | AE | BA | 2A | 6 | 0 | 4D | 1B | 41 | 3F | 2D |
| Octal | 256 | 272 | 52 | 6 | 0 | 115 | 33 | 101 | 77 | 55 |
| Binary | 10101110 | 10111010 | 101010 | 110 | 0 | 1001101 | 11011 | 1000001 | 111111 | 101101 |
Color Harmonies of #AEBA2A
Complementary color
Monochromatic Colors of #AEBA2A
Black with #AEBA2A
Text Example
Text Example
White with #AEBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA2A; }
p { color: rgb(174,186,42); }
H1.HeaderClassName
{
color: #AEBA2A;
}
.AnyTagClassName
{
color: #AEBA2A;
}
</style>
background-color css
<style>
a { background-color: #AEBA2A; }
a { background-color: rgb(174,186,42); }
div.DivClassName
{
background-color: #AEBA2A;
}
.BgClassName
{
background-color: #AEBA2A;
}
</style>
border-color css
<style>
span { border-color: #AEBA2A; }
span { border-color: rgb(174,186,42); }
td.TdClassName
{
border-color: #AEBA2A;
}
.TagClassName
{
border-color: #AEBA2A;
}
</style>