Shades of Bahia #AEBC2A
Tints of Bahia #AEBC2A
RGB
CMYK
RGB Variations
Color information
#AEBC2A (or 0xAEBC2A) is known color: Bahia. HEX triplet: AE, BC and 2A. RGB value is (174,188,42). Sum of RGB (Red+Green+Blue) = 174+188+42=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC2A is #5143D5. Grayscale: #A7A7A7. Windows color (decimal): -5325782 or 2800814. OLE color: 2800814.
HSL color Cylindrical-coordinate representation of color #AEBC2A: hue angle of 65.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBC2A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 42 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.26 |
| HSL | 65.75º | 0.63% | 0.45% | - |
| HSV(B) | 65.75º | 0.78% | 0.74% | - |
| XYZ | 35.86 | 45.13 | 9.01 | - |
| YUV | 167.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 42 | 0.07 | 0 | 0.78 | 0.26 | 65.75 | 0.63 | 0.45 |
| Hex | AE | BC | 2A | 7 | 0 | 4E | 1A | 42 | 3F | 2D |
| Octal | 256 | 274 | 52 | 7 | 0 | 116 | 32 | 102 | 77 | 55 |
| Binary | 10101110 | 10111100 | 101010 | 111 | 0 | 1001110 | 11010 | 1000010 | 111111 | 101101 |
Color Harmonies of #AEBC2A
Complementary color
Monochromatic Colors of #AEBC2A
Black with #AEBC2A
Text Example
Text Example
White with #AEBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC2A; }
p { color: rgb(174,188,42); }
H1.HeaderClassName
{
color: #AEBC2A;
}
.AnyTagClassName
{
color: #AEBC2A;
}
</style>
background-color css
<style>
a { background-color: #AEBC2A; }
a { background-color: rgb(174,188,42); }
div.DivClassName
{
background-color: #AEBC2A;
}
.BgClassName
{
background-color: #AEBC2A;
}
</style>
border-color css
<style>
span { border-color: #AEBC2A; }
span { border-color: rgb(174,188,42); }
td.TdClassName
{
border-color: #AEBC2A;
}
.TagClassName
{
border-color: #AEBC2A;
}
</style>