Shades of Bahia #AEBC17
Tints of Bahia #AEBC17
RGB
CMYK
RGB Variations
Color information
#AEBC17 (or 0xAEBC17) is known color: Bahia. HEX triplet: AE, BC and 17. RGB value is (174,188,23). Sum of RGB (Red+Green+Blue) = 174+188+23=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC17 is #5143E8. Grayscale: #A5A5A5. Windows color (decimal): -5325801 or 1555630. OLE color: 1555630.
HSL color Cylindrical-coordinate representation of color #AEBC17: hue angle of 65.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEBC17 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.26 |
| HSL | 65.09º | 0.78% | 0.41% | - |
| HSV(B) | 65.09º | 0.88% | 0.74% | - |
| XYZ | 35.59 | 45.03 | 7.63 | - |
| YUV | 165 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 23 | 0.07 | 0 | 0.88 | 0.26 | 65.09 | 0.78 | 0.41 |
| Hex | AE | BC | 17 | 7 | 0 | 58 | 1A | 41 | 4E | 29 |
| Octal | 256 | 274 | 27 | 7 | 0 | 130 | 32 | 101 | 116 | 51 |
| Binary | 10101110 | 10111100 | 10111 | 111 | 0 | 1011000 | 11010 | 1000001 | 1001110 | 101001 |
Color Harmonies of #AEBC17
Complementary color
Monochromatic Colors of #AEBC17
Black with #AEBC17
Text Example
Text Example
White with #AEBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC17; }
p { color: rgb(174,188,23); }
H1.HeaderClassName
{
color: #AEBC17;
}
.AnyTagClassName
{
color: #AEBC17;
}
</style>
background-color css
<style>
a { background-color: #AEBC17; }
a { background-color: rgb(174,188,23); }
div.DivClassName
{
background-color: #AEBC17;
}
.BgClassName
{
background-color: #AEBC17;
}
</style>
border-color css
<style>
span { border-color: #AEBC17; }
span { border-color: rgb(174,188,23); }
td.TdClassName
{
border-color: #AEBC17;
}
.TagClassName
{
border-color: #AEBC17;
}
</style>