Shades of Bahia #AEC219
Tints of Bahia #AEC219
RGB
CMYK
RGB Variations
Color information
#AEC219 (or 0xAEC219) is known color: Bahia. HEX triplet: AE, C2 and 19. RGB value is (174,194,25). Sum of RGB (Red+Green+Blue) = 174+194+25=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC219 is #513DE6. Grayscale: #A9A9A9. Windows color (decimal): -5324263 or 1688238. OLE color: 1688238.
HSL color Cylindrical-coordinate representation of color #AEC219: hue angle of 67.1º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEC219 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 25 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.24 |
| HSL | 67.1º | 0.77% | 0.43% | - |
| HSV(B) | 67.1º | 0.87% | 0.76% | - |
| XYZ | 36.92 | 47.65 | 8.17 | - |
| YUV | 168.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 25 | 0.10 | 0 | 0.87 | 0.24 | 67.1 | 0.77 | 0.43 |
| Hex | AE | C2 | 19 | A | 0 | 57 | 18 | 43 | 4D | 2B |
| Octal | 256 | 302 | 31 | 12 | 0 | 127 | 30 | 103 | 115 | 53 |
| Binary | 10101110 | 11000010 | 11001 | 1010 | 0 | 1010111 | 11000 | 1000011 | 1001101 | 101011 |
Color Harmonies of #AEC219
Complementary color
Monochromatic Colors of #AEC219
Black with #AEC219
Text Example
Text Example
White with #AEC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC219; }
p { color: rgb(174,194,25); }
H1.HeaderClassName
{
color: #AEC219;
}
.AnyTagClassName
{
color: #AEC219;
}
</style>
background-color css
<style>
a { background-color: #AEC219; }
a { background-color: rgb(174,194,25); }
div.DivClassName
{
background-color: #AEC219;
}
.BgClassName
{
background-color: #AEC219;
}
</style>
border-color css
<style>
span { border-color: #AEC219; }
span { border-color: rgb(174,194,25); }
td.TdClassName
{
border-color: #AEC219;
}
.TagClassName
{
border-color: #AEC219;
}
</style>