Shades of Bahia #AEBB17
Tints of Bahia #AEBB17
RGB
CMYK
RGB Variations
Color information
#AEBB17 (or 0xAEBB17) is known color: Bahia. HEX triplet: AE, BB and 17. RGB value is (174,187,23). Sum of RGB (Red+Green+Blue) = 174+187+23=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB17 is #5144E8. Grayscale: #A5A5A5. Windows color (decimal): -5326057 or 1555374. OLE color: 1555374.
HSL color Cylindrical-coordinate representation of color #AEBB17: hue angle of 64.76º degrees, saturation: 0.78, 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 #AEBB17 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.27 |
| HSL | 64.76º | 0.78% | 0.41% | - |
| HSV(B) | 64.76º | 0.88% | 0.73% | - |
| XYZ | 35.38 | 44.6 | 7.55 | - |
| YUV | 164.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 23 | 0.07 | 0 | 0.88 | 0.27 | 64.76 | 0.78 | 0.41 |
| Hex | AE | BB | 17 | 7 | 0 | 58 | 1B | 41 | 4E | 29 |
| Octal | 256 | 273 | 27 | 7 | 0 | 130 | 33 | 101 | 116 | 51 |
| Binary | 10101110 | 10111011 | 10111 | 111 | 0 | 1011000 | 11011 | 1000001 | 1001110 | 101001 |
Color Harmonies of #AEBB17
Complementary color
Monochromatic Colors of #AEBB17
Black with #AEBB17
Text Example
Text Example
White with #AEBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB17; }
p { color: rgb(174,187,23); }
H1.HeaderClassName
{
color: #AEBB17;
}
.AnyTagClassName
{
color: #AEBB17;
}
</style>
background-color css
<style>
a { background-color: #AEBB17; }
a { background-color: rgb(174,187,23); }
div.DivClassName
{
background-color: #AEBB17;
}
.BgClassName
{
background-color: #AEBB17;
}
</style>
border-color css
<style>
span { border-color: #AEBB17; }
span { border-color: rgb(174,187,23); }
td.TdClassName
{
border-color: #AEBB17;
}
.TagClassName
{
border-color: #AEBB17;
}
</style>