Shades of Bahia #AAC90B
Tints of Bahia #AAC90B
RGB
CMYK
RGB Variations
Color information
#AAC90B (or 0xAAC90B) is known color: Bahia. HEX triplet: AA, C9 and 0B. RGB value is (170,201,11). Sum of RGB (Red+Green+Blue) = 170+201+11=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC90B is #5536F4. Grayscale: #AAAAAA. Windows color (decimal): -5584629 or 772522. OLE color: 772522.
HSL color Cylindrical-coordinate representation of color #AAC90B: hue angle of 69.79º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC90B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.21 |
| HSL | 69.79º | 0.9% | 0.42% | - |
| HSV(B) | 69.79º | 0.95% | 0.79% | - |
| XYZ | 37.52 | 50.34 | 8.06 | - |
| YUV | 170.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 11 | 0.15 | 0 | 0.95 | 0.21 | 69.79 | 0.9 | 0.42 |
| Hex | AA | C9 | B | F | 0 | 5F | 15 | 46 | 5A | 2A |
| Octal | 252 | 311 | 13 | 17 | 0 | 137 | 25 | 106 | 132 | 52 |
| Binary | 10101010 | 11001001 | 1011 | 1111 | 0 | 1011111 | 10101 | 1000110 | 1011010 | 101010 |
Color Harmonies of #AAC90B
Complementary color
Monochromatic Colors of #AAC90B
Black with #AAC90B
Text Example
Text Example
White with #AAC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC90B; }
p { color: rgb(170,201,11); }
H1.HeaderClassName
{
color: #AAC90B;
}
.AnyTagClassName
{
color: #AAC90B;
}
</style>
background-color css
<style>
a { background-color: #AAC90B; }
a { background-color: rgb(170,201,11); }
div.DivClassName
{
background-color: #AAC90B;
}
.BgClassName
{
background-color: #AAC90B;
}
</style>
border-color css
<style>
span { border-color: #AAC90B; }
span { border-color: rgb(170,201,11); }
td.TdClassName
{
border-color: #AAC90B;
}
.TagClassName
{
border-color: #AAC90B;
}
</style>