Shades of Bahia #AEC919
Tints of Bahia #AEC919
RGB
CMYK
RGB Variations
Color information
#AEC919 (or 0xAEC919) is known color: Bahia. HEX triplet: AE, C9 and 19. RGB value is (174,201,25). Sum of RGB (Red+Green+Blue) = 174+201+25=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC919 is #5136E6. Grayscale: #ADADAD. Windows color (decimal): -5322471 or 1690030. OLE color: 1690030.
HSL color Cylindrical-coordinate representation of color #AEC919: hue angle of 69.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC919 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 25 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.21 |
| HSL | 69.2º | 0.78% | 0.44% | - |
| HSV(B) | 69.2º | 0.88% | 0.79% | - |
| XYZ | 38.52 | 50.84 | 8.7 | - |
| YUV | 172.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 25 | 0.13 | 0 | 0.88 | 0.21 | 69.2 | 0.78 | 0.44 |
| Hex | AE | C9 | 19 | D | 0 | 58 | 15 | 45 | 4E | 2C |
| Octal | 256 | 311 | 31 | 15 | 0 | 130 | 25 | 105 | 116 | 54 |
| Binary | 10101110 | 11001001 | 11001 | 1101 | 0 | 1011000 | 10101 | 1000101 | 1001110 | 101100 |
Color Harmonies of #AEC919
Complementary color
Monochromatic Colors of #AEC919
Black with #AEC919
Text Example
Text Example
White with #AEC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC919; }
p { color: rgb(174,201,25); }
H1.HeaderClassName
{
color: #AEC919;
}
.AnyTagClassName
{
color: #AEC919;
}
</style>
background-color css
<style>
a { background-color: #AEC919; }
a { background-color: rgb(174,201,25); }
div.DivClassName
{
background-color: #AEC919;
}
.BgClassName
{
background-color: #AEC919;
}
</style>
border-color css
<style>
span { border-color: #AEC919; }
span { border-color: rgb(174,201,25); }
td.TdClassName
{
border-color: #AEC919;
}
.TagClassName
{
border-color: #AEC919;
}
</style>