Shades of Bahia #AAC030
Tints of Bahia #AAC030
RGB
CMYK
RGB Variations
Color information
#AAC030 (or 0xAAC030) is known color: Bahia. HEX triplet: AA, C0 and 30. RGB value is (170,192,48). Sum of RGB (Red+Green+Blue) = 170+192+48=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC030 is #553FCF. Grayscale: #A9A9A9. Windows color (decimal): -5586896 or 3195050. OLE color: 3195050.
HSL color Cylindrical-coordinate representation of color #AAC030: hue angle of 69.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAC030 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 48 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.25 |
| HSL | 69.17º | 0.6% | 0.47% | - |
| HSV(B) | 69.17º | 0.75% | 0.75% | - |
| XYZ | 35.96 | 46.46 | 9.87 | - |
| YUV | 169.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 48 | 0.11 | 0 | 0.75 | 0.25 | 69.17 | 0.6 | 0.47 |
| Hex | AA | C0 | 30 | B | 0 | 4B | 19 | 45 | 3C | 2F |
| Octal | 252 | 300 | 60 | 13 | 0 | 113 | 31 | 105 | 74 | 57 |
| Binary | 10101010 | 11000000 | 110000 | 1011 | 0 | 1001011 | 11001 | 1000101 | 111100 | 101111 |
Color Harmonies of #AAC030
Complementary color
Monochromatic Colors of #AAC030
Black with #AAC030
Text Example
Text Example
White with #AAC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC030; }
p { color: rgb(170,192,48); }
H1.HeaderClassName
{
color: #AAC030;
}
.AnyTagClassName
{
color: #AAC030;
}
</style>
background-color css
<style>
a { background-color: #AAC030; }
a { background-color: rgb(170,192,48); }
div.DivClassName
{
background-color: #AAC030;
}
.BgClassName
{
background-color: #AAC030;
}
</style>
border-color css
<style>
span { border-color: #AAC030; }
span { border-color: rgb(170,192,48); }
td.TdClassName
{
border-color: #AAC030;
}
.TagClassName
{
border-color: #AAC030;
}
</style>