Shades of Bahia #AEBB32
Tints of Bahia #AEBB32
RGB
CMYK
RGB Variations
Color information
#AEBB32 (or 0xAEBB32) is known color: Bahia. HEX triplet: AE, BB and 32. RGB value is (174,187,50). Sum of RGB (Red+Green+Blue) = 174+187+50=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB32 is #5144CD. Grayscale: #A8A8A8. Windows color (decimal): -5326030 or 3324846. OLE color: 3324846.
HSL color Cylindrical-coordinate representation of color #AEBB32: hue angle of 65.69º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEBB32 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 50 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.27 |
| HSL | 65.69º | 0.58% | 0.46% | - |
| HSV(B) | 65.69º | 0.73% | 0.73% | - |
| XYZ | 35.8 | 44.77 | 9.77 | - |
| YUV | 167.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 50 | 0.07 | 0 | 0.73 | 0.27 | 65.69 | 0.58 | 0.46 |
| Hex | AE | BB | 32 | 7 | 0 | 49 | 1B | 42 | 3A | 2E |
| Octal | 256 | 273 | 62 | 7 | 0 | 111 | 33 | 102 | 72 | 56 |
| Binary | 10101110 | 10111011 | 110010 | 111 | 0 | 1001001 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #AEBB32
Complementary color
Monochromatic Colors of #AEBB32
Black with #AEBB32
Text Example
Text Example
White with #AEBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB32; }
p { color: rgb(174,187,50); }
H1.HeaderClassName
{
color: #AEBB32;
}
.AnyTagClassName
{
color: #AEBB32;
}
</style>
background-color css
<style>
a { background-color: #AEBB32; }
a { background-color: rgb(174,187,50); }
div.DivClassName
{
background-color: #AEBB32;
}
.BgClassName
{
background-color: #AEBB32;
}
</style>
border-color css
<style>
span { border-color: #AEBB32; }
span { border-color: rgb(174,187,50); }
td.TdClassName
{
border-color: #AEBB32;
}
.TagClassName
{
border-color: #AEBB32;
}
</style>