Shades of Bahia #AAC01D
Tints of Bahia #AAC01D
RGB
CMYK
RGB Variations
Color information
#AAC01D (or 0xAAC01D) is known color: Bahia. HEX triplet: AA, C0 and 1D. RGB value is (170,192,29). Sum of RGB (Red+Green+Blue) = 170+192+29=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC01D is #553FE2. Grayscale: #A7A7A7. Windows color (decimal): -5586915 or 1949866. OLE color: 1949866.
HSL color Cylindrical-coordinate representation of color #AAC01D: hue angle of 68.1º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC01D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 29 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.25 |
| HSL | 68.1º | 0.74% | 0.43% | - |
| HSV(B) | 68.1º | 0.85% | 0.75% | - |
| XYZ | 35.65 | 46.33 | 8.23 | - |
| YUV | 166.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 29 | 0.11 | 0 | 0.85 | 0.25 | 68.1 | 0.74 | 0.43 |
| Hex | AA | C0 | 1D | B | 0 | 55 | 19 | 44 | 4A | 2B |
| Octal | 252 | 300 | 35 | 13 | 0 | 125 | 31 | 104 | 112 | 53 |
| Binary | 10101010 | 11000000 | 11101 | 1011 | 0 | 1010101 | 11001 | 1000100 | 1001010 | 101011 |
Color Harmonies of #AAC01D
Complementary color
Monochromatic Colors of #AAC01D
Black with #AAC01D
Text Example
Text Example
White with #AAC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC01D; }
p { color: rgb(170,192,29); }
H1.HeaderClassName
{
color: #AAC01D;
}
.AnyTagClassName
{
color: #AAC01D;
}
</style>
background-color css
<style>
a { background-color: #AAC01D; }
a { background-color: rgb(170,192,29); }
div.DivClassName
{
background-color: #AAC01D;
}
.BgClassName
{
background-color: #AAC01D;
}
</style>
border-color css
<style>
span { border-color: #AAC01D; }
span { border-color: rgb(170,192,29); }
td.TdClassName
{
border-color: #AAC01D;
}
.TagClassName
{
border-color: #AAC01D;
}
</style>