Shades of Bahia #AAC412
Tints of Bahia #AAC412
RGB
CMYK
RGB Variations
Color information
#AAC412 (or 0xAAC412) is known color: Bahia. HEX triplet: AA, C4 and 12. RGB value is (170,196,18). Sum of RGB (Red+Green+Blue) = 170+196+18=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC412 is #553BED. Grayscale: #A8A8A8. Windows color (decimal): -5585902 or 1229994. OLE color: 1229994.
HSL color Cylindrical-coordinate representation of color #AAC412: hue angle of 68.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAC412 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.23 |
| HSL | 68.76º | 0.83% | 0.42% | - |
| HSV(B) | 68.76º | 0.91% | 0.77% | - |
| XYZ | 36.43 | 48.07 | 7.93 | - |
| YUV | 167.93 | 43.39 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 18 | 0.13 | 0 | 0.91 | 0.23 | 68.76 | 0.83 | 0.42 |
| Hex | AA | C4 | 12 | D | 0 | 5B | 17 | 45 | 53 | 2A |
| Octal | 252 | 304 | 22 | 15 | 0 | 133 | 27 | 105 | 123 | 52 |
| Binary | 10101010 | 11000100 | 10010 | 1101 | 0 | 1011011 | 10111 | 1000101 | 1010011 | 101010 |
Color Harmonies of #AAC412
Complementary color
Monochromatic Colors of #AAC412
Black with #AAC412
Text Example
Text Example
White with #AAC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC412; }
p { color: rgb(170,196,18); }
H1.HeaderClassName
{
color: #AAC412;
}
.AnyTagClassName
{
color: #AAC412;
}
</style>
background-color css
<style>
a { background-color: #AAC412; }
a { background-color: rgb(170,196,18); }
div.DivClassName
{
background-color: #AAC412;
}
.BgClassName
{
background-color: #AAC412;
}
</style>
border-color css
<style>
span { border-color: #AAC412; }
span { border-color: rgb(170,196,18); }
td.TdClassName
{
border-color: #AAC412;
}
.TagClassName
{
border-color: #AAC412;
}
</style>