Shades of Bahia #AABC11
Tints of Bahia #AABC11
RGB
CMYK
RGB Variations
Color information
#AABC11 (or 0xAABC11) is known color: Bahia. HEX triplet: AA, BC and 11. RGB value is (170,188,17). Sum of RGB (Red+Green+Blue) = 170+188+17=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC11 is #5543EE. Grayscale: #A3A3A3. Windows color (decimal): -5587951 or 1162410. OLE color: 1162410.
HSL color Cylindrical-coordinate representation of color #AABC11: hue angle of 66.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AABC11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.26 |
| HSL | 66.32º | 0.83% | 0.4% | - |
| HSV(B) | 66.32º | 0.91% | 0.74% | - |
| XYZ | 34.66 | 44.55 | 7.3 | - |
| YUV | 163.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 17 | 0.10 | 0 | 0.91 | 0.26 | 66.32 | 0.83 | 0.4 |
| Hex | AA | BC | 11 | A | 0 | 5B | 1A | 42 | 53 | 28 |
| Octal | 252 | 274 | 21 | 12 | 0 | 133 | 32 | 102 | 123 | 50 |
| Binary | 10101010 | 10111100 | 10001 | 1010 | 0 | 1011011 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #AABC11
Complementary color
Monochromatic Colors of #AABC11
Black with #AABC11
Text Example
Text Example
White with #AABC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC11; }
p { color: rgb(170,188,17); }
H1.HeaderClassName
{
color: #AABC11;
}
.AnyTagClassName
{
color: #AABC11;
}
</style>
background-color css
<style>
a { background-color: #AABC11; }
a { background-color: rgb(170,188,17); }
div.DivClassName
{
background-color: #AABC11;
}
.BgClassName
{
background-color: #AABC11;
}
</style>
border-color css
<style>
span { border-color: #AABC11; }
span { border-color: rgb(170,188,17); }
td.TdClassName
{
border-color: #AABC11;
}
.TagClassName
{
border-color: #AABC11;
}
</style>