Shades of Bahia #AAC413
Tints of Bahia #AAC413
RGB
CMYK
RGB Variations
Color information
#AAC413 (or 0xAAC413) is known color: Bahia. HEX triplet: AA, C4 and 13. RGB value is (170,196,19). Sum of RGB (Red+Green+Blue) = 170+196+19=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC413 is #553BEC. Grayscale: #A8A8A8. Windows color (decimal): -5585901 or 1295530. OLE color: 1295530.
HSL color Cylindrical-coordinate representation of color #AAC413: hue angle of 68.81º 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 #AAC413 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 19 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.23 |
| HSL | 68.81º | 0.82% | 0.42% | - |
| HSV(B) | 68.81º | 0.9% | 0.77% | - |
| XYZ | 36.44 | 48.07 | 7.97 | - |
| YUV | 168.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 19 | 0.13 | 0 | 0.90 | 0.23 | 68.81 | 0.82 | 0.42 |
| Hex | AA | C4 | 13 | D | 0 | 5A | 17 | 45 | 52 | 2A |
| Octal | 252 | 304 | 23 | 15 | 0 | 132 | 27 | 105 | 122 | 52 |
| Binary | 10101010 | 11000100 | 10011 | 1101 | 0 | 1011010 | 10111 | 1000101 | 1010010 | 101010 |
Color Harmonies of #AAC413
Complementary color
Monochromatic Colors of #AAC413
Black with #AAC413
Text Example
Text Example
White with #AAC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC413; }
p { color: rgb(170,196,19); }
H1.HeaderClassName
{
color: #AAC413;
}
.AnyTagClassName
{
color: #AAC413;
}
</style>
background-color css
<style>
a { background-color: #AAC413; }
a { background-color: rgb(170,196,19); }
div.DivClassName
{
background-color: #AAC413;
}
.BgClassName
{
background-color: #AAC413;
}
</style>
border-color css
<style>
span { border-color: #AAC413; }
span { border-color: rgb(170,196,19); }
td.TdClassName
{
border-color: #AAC413;
}
.TagClassName
{
border-color: #AAC413;
}
</style>