Shades of Bahia #AEBA2F
Tints of Bahia #AEBA2F
RGB
CMYK
RGB Variations
Color information
#AEBA2F (or 0xAEBA2F) is known color: Bahia. HEX triplet: AE, BA and 2F. RGB value is (174,186,47). Sum of RGB (Red+Green+Blue) = 174+186+47=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA2F is #5145D0. Grayscale: #A7A7A7. Windows color (decimal): -5326289 or 3127982. OLE color: 3127982.
HSL color Cylindrical-coordinate representation of color #AEBA2F: hue angle of 65.18º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEBA2F is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 47 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.27 |
| HSL | 65.18º | 0.6% | 0.46% | - |
| HSV(B) | 65.18º | 0.75% | 0.73% | - |
| XYZ | 35.53 | 44.32 | 9.37 | - |
| YUV | 166.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 47 | 0.06 | 0 | 0.75 | 0.27 | 65.18 | 0.6 | 0.46 |
| Hex | AE | BA | 2F | 6 | 0 | 4B | 1B | 41 | 3C | 2E |
| Octal | 256 | 272 | 57 | 6 | 0 | 113 | 33 | 101 | 74 | 56 |
| Binary | 10101110 | 10111010 | 101111 | 110 | 0 | 1001011 | 11011 | 1000001 | 111100 | 101110 |
Color Harmonies of #AEBA2F
Complementary color
Monochromatic Colors of #AEBA2F
Black with #AEBA2F
Text Example
Text Example
White with #AEBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA2F; }
p { color: rgb(174,186,47); }
H1.HeaderClassName
{
color: #AEBA2F;
}
.AnyTagClassName
{
color: #AEBA2F;
}
</style>
background-color css
<style>
a { background-color: #AEBA2F; }
a { background-color: rgb(174,186,47); }
div.DivClassName
{
background-color: #AEBA2F;
}
.BgClassName
{
background-color: #AEBA2F;
}
</style>
border-color css
<style>
span { border-color: #AEBA2F; }
span { border-color: rgb(174,186,47); }
td.TdClassName
{
border-color: #AEBA2F;
}
.TagClassName
{
border-color: #AEBA2F;
}
</style>