Shades of Bahia #AEBF16
Tints of Bahia #AEBF16
RGB
CMYK
RGB Variations
Color information
#AEBF16 (or 0xAEBF16) is known color: Bahia. HEX triplet: AE, BF and 16. RGB value is (174,191,22). Sum of RGB (Red+Green+Blue) = 174+191+22=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF16 is #5140E9. Grayscale: #A7A7A7. Windows color (decimal): -5325034 or 1490862. OLE color: 1490862.
HSL color Cylindrical-coordinate representation of color #AEBF16: hue angle of 66.04º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEBF16 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 191 | 22 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.25 |
| HSL | 66.04º | 0.79% | 0.42% | - |
| HSV(B) | 66.04º | 0.88% | 0.75% | - |
| XYZ | 36.23 | 46.32 | 7.79 | - |
| YUV | 166.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 22 | 0.09 | 0 | 0.88 | 0.25 | 66.04 | 0.79 | 0.42 |
| Hex | AE | BF | 16 | 9 | 0 | 58 | 19 | 42 | 4F | 2A |
| Octal | 256 | 277 | 26 | 11 | 0 | 130 | 31 | 102 | 117 | 52 |
| Binary | 10101110 | 10111111 | 10110 | 1001 | 0 | 1011000 | 11001 | 1000010 | 1001111 | 101010 |
Color Harmonies of #AEBF16
Complementary color
Monochromatic Colors of #AEBF16
Black with #AEBF16
Text Example
Text Example
White with #AEBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBF16; }
p { color: rgb(174,191,22); }
H1.HeaderClassName
{
color: #AEBF16;
}
.AnyTagClassName
{
color: #AEBF16;
}
</style>
background-color css
<style>
a { background-color: #AEBF16; }
a { background-color: rgb(174,191,22); }
div.DivClassName
{
background-color: #AEBF16;
}
.BgClassName
{
background-color: #AEBF16;
}
</style>
border-color css
<style>
span { border-color: #AEBF16; }
span { border-color: rgb(174,191,22); }
td.TdClassName
{
border-color: #AEBF16;
}
.TagClassName
{
border-color: #AEBF16;
}
</style>