Shades of Bahia #AEB217
Tints of Bahia #AEB217
RGB
CMYK
RGB Variations
Color information
#AEB217 (or 0xAEB217) is known color: Bahia. HEX triplet: AE, B2 and 17. RGB value is (174,178,23). Sum of RGB (Red+Green+Blue) = 174+178+23=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB217 is #514DE8. Grayscale: #9F9F9F. Windows color (decimal): -5328361 or 1553070. OLE color: 1553070.
HSL color Cylindrical-coordinate representation of color #AEB217: hue angle of 61.55º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEB217 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 178 | 23 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.30 |
| HSL | 61.55º | 0.77% | 0.39% | - |
| HSV(B) | 61.55º | 0.87% | 0.7% | - |
| XYZ | 33.53 | 40.9 | 6.94 | - |
| YUV | 159.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 23 | 0.02 | 0 | 0.87 | 0.30 | 61.55 | 0.77 | 0.39 |
| Hex | AE | B2 | 17 | 2 | 0 | 57 | 1E | 3E | 4D | 27 |
| Octal | 256 | 262 | 27 | 2 | 0 | 127 | 36 | 76 | 115 | 47 |
| Binary | 10101110 | 10110010 | 10111 | 10 | 0 | 1010111 | 11110 | 111110 | 1001101 | 100111 |
Color Harmonies of #AEB217
Complementary color
Monochromatic Colors of #AEB217
Black with #AEB217
Text Example
Text Example
White with #AEB217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB217; }
p { color: rgb(174,178,23); }
H1.HeaderClassName
{
color: #AEB217;
}
.AnyTagClassName
{
color: #AEB217;
}
</style>
background-color css
<style>
a { background-color: #AEB217; }
a { background-color: rgb(174,178,23); }
div.DivClassName
{
background-color: #AEB217;
}
.BgClassName
{
background-color: #AEB217;
}
</style>
border-color css
<style>
span { border-color: #AEB217; }
span { border-color: rgb(174,178,23); }
td.TdClassName
{
border-color: #AEB217;
}
.TagClassName
{
border-color: #AEB217;
}
</style>