Shades of Bahia #AEBB16
Tints of Bahia #AEBB16
RGB
CMYK
RGB Variations
Color information
#AEBB16 (or 0xAEBB16) is known color: Bahia. HEX triplet: AE, BB and 16. RGB value is (174,187,22). Sum of RGB (Red+Green+Blue) = 174+187+22=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB16 is #5144E9. Grayscale: #A4A4A4. Windows color (decimal): -5326058 or 1489838. OLE color: 1489838.
HSL color Cylindrical-coordinate representation of color #AEBB16: hue angle of 64.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEBB16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.27 |
| HSL | 64.73º | 0.79% | 0.41% | - |
| HSV(B) | 64.73º | 0.88% | 0.73% | - |
| XYZ | 35.37 | 44.6 | 7.5 | - |
| YUV | 164.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 22 | 0.07 | 0 | 0.88 | 0.27 | 64.73 | 0.79 | 0.41 |
| Hex | AE | BB | 16 | 7 | 0 | 58 | 1B | 41 | 4F | 29 |
| Octal | 256 | 273 | 26 | 7 | 0 | 130 | 33 | 101 | 117 | 51 |
| Binary | 10101110 | 10111011 | 10110 | 111 | 0 | 1011000 | 11011 | 1000001 | 1001111 | 101001 |
Color Harmonies of #AEBB16
Complementary color
Monochromatic Colors of #AEBB16
Black with #AEBB16
Text Example
Text Example
White with #AEBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB16; }
p { color: rgb(174,187,22); }
H1.HeaderClassName
{
color: #AEBB16;
}
.AnyTagClassName
{
color: #AEBB16;
}
</style>
background-color css
<style>
a { background-color: #AEBB16; }
a { background-color: rgb(174,187,22); }
div.DivClassName
{
background-color: #AEBB16;
}
.BgClassName
{
background-color: #AEBB16;
}
</style>
border-color css
<style>
span { border-color: #AEBB16; }
span { border-color: rgb(174,187,22); }
td.TdClassName
{
border-color: #AEBB16;
}
.TagClassName
{
border-color: #AEBB16;
}
</style>