Shades of Bahia #AEBC2C
Tints of Bahia #AEBC2C
RGB
CMYK
RGB Variations
Color information
#AEBC2C (or 0xAEBC2C) is known color: Bahia. HEX triplet: AE, BC and 2C. RGB value is (174,188,44). Sum of RGB (Red+Green+Blue) = 174+188+44=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC2C is #5143D3. Grayscale: #A7A7A7. Windows color (decimal): -5325780 or 2931886. OLE color: 2931886.
HSL color Cylindrical-coordinate representation of color #AEBC2C: hue angle of 65.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEBC2C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 44 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.26 |
| HSL | 65.83º | 0.62% | 0.45% | - |
| HSV(B) | 65.83º | 0.77% | 0.74% | - |
| XYZ | 35.89 | 45.15 | 9.21 | - |
| YUV | 167.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 44 | 0.07 | 0 | 0.77 | 0.26 | 65.83 | 0.62 | 0.45 |
| Hex | AE | BC | 2C | 7 | 0 | 4D | 1A | 42 | 3E | 2D |
| Octal | 256 | 274 | 54 | 7 | 0 | 115 | 32 | 102 | 76 | 55 |
| Binary | 10101110 | 10111100 | 101100 | 111 | 0 | 1001101 | 11010 | 1000010 | 111110 | 101101 |
Color Harmonies of #AEBC2C
Complementary color
Monochromatic Colors of #AEBC2C
Black with #AEBC2C
Text Example
Text Example
White with #AEBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC2C; }
p { color: rgb(174,188,44); }
H1.HeaderClassName
{
color: #AEBC2C;
}
.AnyTagClassName
{
color: #AEBC2C;
}
</style>
background-color css
<style>
a { background-color: #AEBC2C; }
a { background-color: rgb(174,188,44); }
div.DivClassName
{
background-color: #AEBC2C;
}
.BgClassName
{
background-color: #AEBC2C;
}
</style>
border-color css
<style>
span { border-color: #AEBC2C; }
span { border-color: rgb(174,188,44); }
td.TdClassName
{
border-color: #AEBC2C;
}
.TagClassName
{
border-color: #AEBC2C;
}
</style>