Shades of Bahia #AAC217
Tints of Bahia #AAC217
RGB
CMYK
RGB Variations
Color information
#AAC217 (or 0xAAC217) is known color: Bahia. HEX triplet: AA, C2 and 17. RGB value is (170,194,23). Sum of RGB (Red+Green+Blue) = 170+194+23=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC217 is #553DE8. Grayscale: #A7A7A7. Windows color (decimal): -5586409 or 1557162. OLE color: 1557162.
HSL color Cylindrical-coordinate representation of color #AAC217: hue angle of 68.42º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC217 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.24 |
| HSL | 68.42º | 0.79% | 0.43% | - |
| HSV(B) | 68.42º | 0.88% | 0.76% | - |
| XYZ | 36.02 | 47.19 | 8.02 | - |
| YUV | 167.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 23 | 0.12 | 0 | 0.88 | 0.24 | 68.42 | 0.79 | 0.43 |
| Hex | AA | C2 | 17 | C | 0 | 58 | 18 | 44 | 4F | 2B |
| Octal | 252 | 302 | 27 | 14 | 0 | 130 | 30 | 104 | 117 | 53 |
| Binary | 10101010 | 11000010 | 10111 | 1100 | 0 | 1011000 | 11000 | 1000100 | 1001111 | 101011 |
Color Harmonies of #AAC217
Complementary color
Monochromatic Colors of #AAC217
Black with #AAC217
Text Example
Text Example
White with #AAC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC217; }
p { color: rgb(170,194,23); }
H1.HeaderClassName
{
color: #AAC217;
}
.AnyTagClassName
{
color: #AAC217;
}
</style>
background-color css
<style>
a { background-color: #AAC217; }
a { background-color: rgb(170,194,23); }
div.DivClassName
{
background-color: #AAC217;
}
.BgClassName
{
background-color: #AAC217;
}
</style>
border-color css
<style>
span { border-color: #AAC217; }
span { border-color: rgb(170,194,23); }
td.TdClassName
{
border-color: #AAC217;
}
.TagClassName
{
border-color: #AAC217;
}
</style>