Shades of Bahia #AEC519
Tints of Bahia #AEC519
RGB
CMYK
RGB Variations
Color information
#AEC519 (or 0xAEC519) is known color: Bahia. HEX triplet: AE, C5 and 19. RGB value is (174,197,25). Sum of RGB (Red+Green+Blue) = 174+197+25=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC519 is #513AE6. Grayscale: #ABABAB. Windows color (decimal): -5323495 or 1689006. OLE color: 1689006.
HSL color Cylindrical-coordinate representation of color #AEC519: hue angle of 68.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEC519 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.23 |
| HSL | 68.02º | 0.77% | 0.44% | - |
| HSV(B) | 68.02º | 0.87% | 0.77% | - |
| XYZ | 37.6 | 49 | 8.4 | - |
| YUV | 170.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 25 | 0.12 | 0 | 0.87 | 0.23 | 68.02 | 0.77 | 0.44 |
| Hex | AE | C5 | 19 | C | 0 | 57 | 17 | 44 | 4D | 2C |
| Octal | 256 | 305 | 31 | 14 | 0 | 127 | 27 | 104 | 115 | 54 |
| Binary | 10101110 | 11000101 | 11001 | 1100 | 0 | 1010111 | 10111 | 1000100 | 1001101 | 101100 |
Color Harmonies of #AEC519
Complementary color
Monochromatic Colors of #AEC519
Black with #AEC519
Text Example
Text Example
White with #AEC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC519; }
p { color: rgb(174,197,25); }
H1.HeaderClassName
{
color: #AEC519;
}
.AnyTagClassName
{
color: #AEC519;
}
</style>
background-color css
<style>
a { background-color: #AEC519; }
a { background-color: rgb(174,197,25); }
div.DivClassName
{
background-color: #AEC519;
}
.BgClassName
{
background-color: #AEC519;
}
</style>
border-color css
<style>
span { border-color: #AEC519; }
span { border-color: rgb(174,197,25); }
td.TdClassName
{
border-color: #AEC519;
}
.TagClassName
{
border-color: #AEC519;
}
</style>