Shades of Bahia #AABB11
Tints of Bahia #AABB11
RGB
CMYK
RGB Variations
Color information
#AABB11 (or 0xAABB11) is known color: Bahia. HEX triplet: AA, BB and 11. RGB value is (170,187,17). Sum of RGB (Red+Green+Blue) = 170+187+17=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB11 is #5544EE. Grayscale: #A3A3A3. Windows color (decimal): -5588207 or 1162154. OLE color: 1162154.
HSL color Cylindrical-coordinate representation of color #AABB11: hue angle of 66º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AABB11 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.27 |
| HSL | 66º | 0.83% | 0.4% | - |
| HSV(B) | 66º | 0.91% | 0.73% | - |
| XYZ | 34.45 | 44.13 | 7.23 | - |
| YUV | 162.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 17 | 0.09 | 0 | 0.91 | 0.27 | 66 | 0.83 | 0.4 |
| Hex | AA | BB | 11 | 9 | 0 | 5B | 1B | 42 | 53 | 28 |
| Octal | 252 | 273 | 21 | 11 | 0 | 133 | 33 | 102 | 123 | 50 |
| Binary | 10101010 | 10111011 | 10001 | 1001 | 0 | 1011011 | 11011 | 1000010 | 1010011 | 101000 |
Color Harmonies of #AABB11
Complementary color
Monochromatic Colors of #AABB11
Black with #AABB11
Text Example
Text Example
White with #AABB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB11; }
p { color: rgb(170,187,17); }
H1.HeaderClassName
{
color: #AABB11;
}
.AnyTagClassName
{
color: #AABB11;
}
</style>
background-color css
<style>
a { background-color: #AABB11; }
a { background-color: rgb(170,187,17); }
div.DivClassName
{
background-color: #AABB11;
}
.BgClassName
{
background-color: #AABB11;
}
</style>
border-color css
<style>
span { border-color: #AABB11; }
span { border-color: rgb(170,187,17); }
td.TdClassName
{
border-color: #AABB11;
}
.TagClassName
{
border-color: #AABB11;
}
</style>