Shades of Bahia #AEC819
Tints of Bahia #AEC819
RGB
CMYK
RGB Variations
Color information
#AEC819 (or 0xAEC819) is known color: Bahia. HEX triplet: AE, C8 and 19. RGB value is (174,200,25). Sum of RGB (Red+Green+Blue) = 174+200+25=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC819 is #5137E6. Grayscale: #ACACAC. Windows color (decimal): -5322727 or 1689774. OLE color: 1689774.
HSL color Cylindrical-coordinate representation of color #AEC819: hue angle of 68.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC819 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 25 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.22 |
| HSL | 68.91º | 0.78% | 0.44% | - |
| HSV(B) | 68.91º | 0.88% | 0.78% | - |
| XYZ | 38.29 | 50.38 | 8.63 | - |
| YUV | 172.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 25 | 0.13 | 0 | 0.88 | 0.22 | 68.91 | 0.78 | 0.44 |
| Hex | AE | C8 | 19 | D | 0 | 58 | 16 | 45 | 4E | 2C |
| Octal | 256 | 310 | 31 | 15 | 0 | 130 | 26 | 105 | 116 | 54 |
| Binary | 10101110 | 11001000 | 11001 | 1101 | 0 | 1011000 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #AEC819
Complementary color
Monochromatic Colors of #AEC819
Black with #AEC819
Text Example
Text Example
White with #AEC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC819; }
p { color: rgb(174,200,25); }
H1.HeaderClassName
{
color: #AEC819;
}
.AnyTagClassName
{
color: #AEC819;
}
</style>
background-color css
<style>
a { background-color: #AEC819; }
a { background-color: rgb(174,200,25); }
div.DivClassName
{
background-color: #AEC819;
}
.BgClassName
{
background-color: #AEC819;
}
</style>
border-color css
<style>
span { border-color: #AEC819; }
span { border-color: rgb(174,200,25); }
td.TdClassName
{
border-color: #AEC819;
}
.TagClassName
{
border-color: #AEC819;
}
</style>