Shades of Bahia #AEC617
Tints of Bahia #AEC617
RGB
CMYK
RGB Variations
Color information
#AEC617 (or 0xAEC617) is known color: Bahia. HEX triplet: AE, C6 and 17. RGB value is (174,198,23). Sum of RGB (Red+Green+Blue) = 174+198+23=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC617 is #5139E8. Grayscale: #ABABAB. Windows color (decimal): -5323241 or 1558190. OLE color: 1558190.
HSL color Cylindrical-coordinate representation of color #AEC617: hue angle of 68.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC617 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.22 |
| HSL | 68.23º | 0.79% | 0.43% | - |
| HSV(B) | 68.23º | 0.88% | 0.78% | - |
| XYZ | 37.8 | 49.45 | 8.36 | - |
| YUV | 170.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 23 | 0.12 | 0 | 0.88 | 0.22 | 68.23 | 0.79 | 0.43 |
| Hex | AE | C6 | 17 | C | 0 | 58 | 16 | 44 | 4F | 2B |
| Octal | 256 | 306 | 27 | 14 | 0 | 130 | 26 | 104 | 117 | 53 |
| Binary | 10101110 | 11000110 | 10111 | 1100 | 0 | 1011000 | 10110 | 1000100 | 1001111 | 101011 |
Color Harmonies of #AEC617
Complementary color
Monochromatic Colors of #AEC617
Black with #AEC617
Text Example
Text Example
White with #AEC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC617; }
p { color: rgb(174,198,23); }
H1.HeaderClassName
{
color: #AEC617;
}
.AnyTagClassName
{
color: #AEC617;
}
</style>
background-color css
<style>
a { background-color: #AEC617; }
a { background-color: rgb(174,198,23); }
div.DivClassName
{
background-color: #AEC617;
}
.BgClassName
{
background-color: #AEC617;
}
</style>
border-color css
<style>
span { border-color: #AEC617; }
span { border-color: rgb(174,198,23); }
td.TdClassName
{
border-color: #AEC617;
}
.TagClassName
{
border-color: #AEC617;
}
</style>