Shades of Bahia #AAC119
Tints of Bahia #AAC119
RGB
CMYK
RGB Variations
Color information
#AAC119 (or 0xAAC119) is known color: Bahia. HEX triplet: AA, C1 and 19. RGB value is (170,193,25). Sum of RGB (Red+Green+Blue) = 170+193+25=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC119 is #553EE6. Grayscale: #A7A7A7. Windows color (decimal): -5586663 or 1687978. OLE color: 1687978.
HSL color Cylindrical-coordinate representation of color #AAC119: hue angle of 68.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC119 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.24 |
| HSL | 68.21º | 0.77% | 0.43% | - |
| HSV(B) | 68.21º | 0.87% | 0.76% | - |
| XYZ | 35.82 | 46.76 | 8.06 | - |
| YUV | 166.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 25 | 0.12 | 0 | 0.87 | 0.24 | 68.21 | 0.77 | 0.43 |
| Hex | AA | C1 | 19 | C | 0 | 57 | 18 | 44 | 4D | 2B |
| Octal | 252 | 301 | 31 | 14 | 0 | 127 | 30 | 104 | 115 | 53 |
| Binary | 10101010 | 11000001 | 11001 | 1100 | 0 | 1010111 | 11000 | 1000100 | 1001101 | 101011 |
Color Harmonies of #AAC119
Complementary color
Monochromatic Colors of #AAC119
Black with #AAC119
Text Example
Text Example
White with #AAC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC119; }
p { color: rgb(170,193,25); }
H1.HeaderClassName
{
color: #AAC119;
}
.AnyTagClassName
{
color: #AAC119;
}
</style>
background-color css
<style>
a { background-color: #AAC119; }
a { background-color: rgb(170,193,25); }
div.DivClassName
{
background-color: #AAC119;
}
.BgClassName
{
background-color: #AAC119;
}
</style>
border-color css
<style>
span { border-color: #AAC119; }
span { border-color: rgb(170,193,25); }
td.TdClassName
{
border-color: #AAC119;
}
.TagClassName
{
border-color: #AAC119;
}
</style>