Shades of Bahia #AEBC16
Tints of Bahia #AEBC16
RGB
CMYK
RGB Variations
Color information
#AEBC16 (or 0xAEBC16) is known color: Bahia. HEX triplet: AE, BC and 16. RGB value is (174,188,22). Sum of RGB (Red+Green+Blue) = 174+188+22=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC16 is #5143E9. Grayscale: #A5A5A5. Windows color (decimal): -5325802 or 1490094. OLE color: 1490094.
HSL color Cylindrical-coordinate representation of color #AEBC16: hue angle of 65.06º degrees, saturation: 0.79, 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 #AEBC16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.26 |
| HSL | 65.06º | 0.79% | 0.41% | - |
| HSV(B) | 65.06º | 0.88% | 0.74% | - |
| XYZ | 35.58 | 45.02 | 7.57 | - |
| YUV | 164.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 22 | 0.07 | 0 | 0.88 | 0.26 | 65.06 | 0.79 | 0.41 |
| Hex | AE | BC | 16 | 7 | 0 | 58 | 1A | 41 | 4F | 29 |
| Octal | 256 | 274 | 26 | 7 | 0 | 130 | 32 | 101 | 117 | 51 |
| Binary | 10101110 | 10111100 | 10110 | 111 | 0 | 1011000 | 11010 | 1000001 | 1001111 | 101001 |
Color Harmonies of #AEBC16
Complementary color
Monochromatic Colors of #AEBC16
Black with #AEBC16
Text Example
Text Example
White with #AEBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC16; }
p { color: rgb(174,188,22); }
H1.HeaderClassName
{
color: #AEBC16;
}
.AnyTagClassName
{
color: #AEBC16;
}
</style>
background-color css
<style>
a { background-color: #AEBC16; }
a { background-color: rgb(174,188,22); }
div.DivClassName
{
background-color: #AEBC16;
}
.BgClassName
{
background-color: #AEBC16;
}
</style>
border-color css
<style>
span { border-color: #AEBC16; }
span { border-color: rgb(174,188,22); }
td.TdClassName
{
border-color: #AEBC16;
}
.TagClassName
{
border-color: #AEBC16;
}
</style>