Shades of Bahia #AAC614
Tints of Bahia #AAC614
RGB
CMYK
RGB Variations
Color information
#AAC614 (or 0xAAC614) is known color: Bahia. HEX triplet: AA, C6 and 14. RGB value is (170,198,20). Sum of RGB (Red+Green+Blue) = 170+198+20=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC614 is #5539EB. Grayscale: #AAAAAA. Windows color (decimal): -5585388 or 1361578. OLE color: 1361578.
HSL color Cylindrical-coordinate representation of color #AAC614: hue angle of 69.44º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC614 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.22 |
| HSL | 69.44º | 0.82% | 0.43% | - |
| HSV(B) | 69.44º | 0.9% | 0.78% | - |
| XYZ | 36.9 | 48.98 | 8.17 | - |
| YUV | 169.34 | 43.72 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 20 | 0.14 | 0 | 0.90 | 0.22 | 69.44 | 0.82 | 0.43 |
| Hex | AA | C6 | 14 | E | 0 | 5A | 16 | 45 | 52 | 2B |
| Octal | 252 | 306 | 24 | 16 | 0 | 132 | 26 | 105 | 122 | 53 |
| Binary | 10101010 | 11000110 | 10100 | 1110 | 0 | 1011010 | 10110 | 1000101 | 1010010 | 101011 |
Color Harmonies of #AAC614
Complementary color
Monochromatic Colors of #AAC614
Black with #AAC614
Text Example
Text Example
White with #AAC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC614; }
p { color: rgb(170,198,20); }
H1.HeaderClassName
{
color: #AAC614;
}
.AnyTagClassName
{
color: #AAC614;
}
</style>
background-color css
<style>
a { background-color: #AAC614; }
a { background-color: rgb(170,198,20); }
div.DivClassName
{
background-color: #AAC614;
}
.BgClassName
{
background-color: #AAC614;
}
</style>
border-color css
<style>
span { border-color: #AAC614; }
span { border-color: rgb(170,198,20); }
td.TdClassName
{
border-color: #AAC614;
}
.TagClassName
{
border-color: #AAC614;
}
</style>