Shades of Bahia #AEBB29
Tints of Bahia #AEBB29
RGB
CMYK
RGB Variations
Color information
#AEBB29 (or 0xAEBB29) is known color: Bahia. HEX triplet: AE, BB and 29. RGB value is (174,187,41). Sum of RGB (Red+Green+Blue) = 174+187+41=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB29 is #5144D6. Grayscale: #A7A7A7. Windows color (decimal): -5326039 or 2735022. OLE color: 2735022.
HSL color Cylindrical-coordinate representation of color #AEBB29: hue angle of 65.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBB29 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 41 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.27 |
| HSL | 65.34º | 0.64% | 0.45% | - |
| HSV(B) | 65.34º | 0.78% | 0.73% | - |
| XYZ | 35.63 | 44.7 | 8.85 | - |
| YUV | 166.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 41 | 0.07 | 0 | 0.78 | 0.27 | 65.34 | 0.64 | 0.45 |
| Hex | AE | BB | 29 | 7 | 0 | 4E | 1B | 41 | 40 | 2D |
| Octal | 256 | 273 | 51 | 7 | 0 | 116 | 33 | 101 | 100 | 55 |
| Binary | 10101110 | 10111011 | 101001 | 111 | 0 | 1001110 | 11011 | 1000001 | 1000000 | 101101 |
Color Harmonies of #AEBB29
Complementary color
Monochromatic Colors of #AEBB29
Black with #AEBB29
Text Example
Text Example
White with #AEBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB29; }
p { color: rgb(174,187,41); }
H1.HeaderClassName
{
color: #AEBB29;
}
.AnyTagClassName
{
color: #AEBB29;
}
</style>
background-color css
<style>
a { background-color: #AEBB29; }
a { background-color: rgb(174,187,41); }
div.DivClassName
{
background-color: #AEBB29;
}
.BgClassName
{
background-color: #AEBB29;
}
</style>
border-color css
<style>
span { border-color: #AEBB29; }
span { border-color: rgb(174,187,41); }
td.TdClassName
{
border-color: #AEBB29;
}
.TagClassName
{
border-color: #AEBB29;
}
</style>