Shades of Bahia #AAC513
Tints of Bahia #AAC513
RGB
CMYK
RGB Variations
Color information
#AAC513 (or 0xAAC513) is known color: Bahia. HEX triplet: AA, C5 and 13. RGB value is (170,197,19). Sum of RGB (Red+Green+Blue) = 170+197+19=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC513 is #553AEC. Grayscale: #A9A9A9. Windows color (decimal): -5585645 or 1295786. OLE color: 1295786.
HSL color Cylindrical-coordinate representation of color #AAC513: hue angle of 69.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC513 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 19 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.23 |
| HSL | 69.1º | 0.82% | 0.42% | - |
| HSV(B) | 69.1º | 0.9% | 0.77% | - |
| XYZ | 36.66 | 48.53 | 8.05 | - |
| YUV | 168.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 19 | 0.14 | 0 | 0.90 | 0.23 | 69.1 | 0.82 | 0.42 |
| Hex | AA | C5 | 13 | E | 0 | 5A | 17 | 45 | 52 | 2A |
| Octal | 252 | 305 | 23 | 16 | 0 | 132 | 27 | 105 | 122 | 52 |
| Binary | 10101010 | 11000101 | 10011 | 1110 | 0 | 1011010 | 10111 | 1000101 | 1010010 | 101010 |
Color Harmonies of #AAC513
Complementary color
Monochromatic Colors of #AAC513
Black with #AAC513
Text Example
Text Example
White with #AAC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC513; }
p { color: rgb(170,197,19); }
H1.HeaderClassName
{
color: #AAC513;
}
.AnyTagClassName
{
color: #AAC513;
}
</style>
background-color css
<style>
a { background-color: #AAC513; }
a { background-color: rgb(170,197,19); }
div.DivClassName
{
background-color: #AAC513;
}
.BgClassName
{
background-color: #AAC513;
}
</style>
border-color css
<style>
span { border-color: #AAC513; }
span { border-color: rgb(170,197,19); }
td.TdClassName
{
border-color: #AAC513;
}
.TagClassName
{
border-color: #AAC513;
}
</style>