Shades of Bahia #AAC113
Tints of Bahia #AAC113
RGB
CMYK
RGB Variations
Color information
#AAC113 (or 0xAAC113) is known color: Bahia. HEX triplet: AA, C1 and 13. RGB value is (170,193,19). Sum of RGB (Red+Green+Blue) = 170+193+19=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC113 is #553EEC. Grayscale: #A6A6A6. Windows color (decimal): -5586669 or 1294762. OLE color: 1294762.
HSL color Cylindrical-coordinate representation of color #AAC113: hue angle of 67.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC113 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.24 |
| HSL | 67.93º | 0.82% | 0.42% | - |
| HSV(B) | 67.93º | 0.9% | 0.76% | - |
| XYZ | 35.77 | 46.73 | 7.75 | - |
| YUV | 166.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 19 | 0.12 | 0 | 0.90 | 0.24 | 67.93 | 0.82 | 0.42 |
| Hex | AA | C1 | 13 | C | 0 | 5A | 18 | 44 | 52 | 2A |
| Octal | 252 | 301 | 23 | 14 | 0 | 132 | 30 | 104 | 122 | 52 |
| Binary | 10101010 | 11000001 | 10011 | 1100 | 0 | 1011010 | 11000 | 1000100 | 1010010 | 101010 |
Color Harmonies of #AAC113
Complementary color
Monochromatic Colors of #AAC113
Black with #AAC113
Text Example
Text Example
White with #AAC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC113; }
p { color: rgb(170,193,19); }
H1.HeaderClassName
{
color: #AAC113;
}
.AnyTagClassName
{
color: #AAC113;
}
</style>
background-color css
<style>
a { background-color: #AAC113; }
a { background-color: rgb(170,193,19); }
div.DivClassName
{
background-color: #AAC113;
}
.BgClassName
{
background-color: #AAC113;
}
</style>
border-color css
<style>
span { border-color: #AAC113; }
span { border-color: rgb(170,193,19); }
td.TdClassName
{
border-color: #AAC113;
}
.TagClassName
{
border-color: #AAC113;
}
</style>