Shades of Bahia #AAC213
Tints of Bahia #AAC213
RGB
CMYK
RGB Variations
Color information
#AAC213 (or 0xAAC213) is known color: Bahia. HEX triplet: AA, C2 and 13. RGB value is (170,194,19). Sum of RGB (Red+Green+Blue) = 170+194+19=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC213 is #553DEC. Grayscale: #A7A7A7. Windows color (decimal): -5586413 or 1295018. OLE color: 1295018.
HSL color Cylindrical-coordinate representation of color #AAC213: hue angle of 68.23º 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 #AAC213 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.24 |
| HSL | 68.23º | 0.82% | 0.42% | - |
| HSV(B) | 68.23º | 0.9% | 0.76% | - |
| XYZ | 35.99 | 47.18 | 7.83 | - |
| YUV | 166.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 19 | 0.12 | 0 | 0.90 | 0.24 | 68.23 | 0.82 | 0.42 |
| Hex | AA | C2 | 13 | C | 0 | 5A | 18 | 44 | 52 | 2A |
| Octal | 252 | 302 | 23 | 14 | 0 | 132 | 30 | 104 | 122 | 52 |
| Binary | 10101010 | 11000010 | 10011 | 1100 | 0 | 1011010 | 11000 | 1000100 | 1010010 | 101010 |
Color Harmonies of #AAC213
Complementary color
Monochromatic Colors of #AAC213
Black with #AAC213
Text Example
Text Example
White with #AAC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC213; }
p { color: rgb(170,194,19); }
H1.HeaderClassName
{
color: #AAC213;
}
.AnyTagClassName
{
color: #AAC213;
}
</style>
background-color css
<style>
a { background-color: #AAC213; }
a { background-color: rgb(170,194,19); }
div.DivClassName
{
background-color: #AAC213;
}
.BgClassName
{
background-color: #AAC213;
}
</style>
border-color css
<style>
span { border-color: #AAC213; }
span { border-color: rgb(170,194,19); }
td.TdClassName
{
border-color: #AAC213;
}
.TagClassName
{
border-color: #AAC213;
}
</style>