Shades of Bahia #AABC15
Tints of Bahia #AABC15
RGB
CMYK
RGB Variations
Color information
#AABC15 (or 0xAABC15) is known color: Bahia. HEX triplet: AA, BC and 15. RGB value is (170,188,21). Sum of RGB (Red+Green+Blue) = 170+188+21=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC15 is #5543EA. Grayscale: #A4A4A4. Windows color (decimal): -5587947 or 1424554. OLE color: 1424554.
HSL color Cylindrical-coordinate representation of color #AABC15: hue angle of 66.47º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AABC15 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 21 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.26 |
| HSL | 66.47º | 0.8% | 0.41% | - |
| HSV(B) | 66.47º | 0.89% | 0.74% | - |
| XYZ | 34.7 | 44.57 | 7.48 | - |
| YUV | 163.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 21 | 0.10 | 0 | 0.89 | 0.26 | 66.47 | 0.8 | 0.41 |
| Hex | AA | BC | 15 | A | 0 | 59 | 1A | 42 | 50 | 29 |
| Octal | 252 | 274 | 25 | 12 | 0 | 131 | 32 | 102 | 120 | 51 |
| Binary | 10101010 | 10111100 | 10101 | 1010 | 0 | 1011001 | 11010 | 1000010 | 1010000 | 101001 |
Color Harmonies of #AABC15
Complementary color
Monochromatic Colors of #AABC15
Black with #AABC15
Text Example
Text Example
White with #AABC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC15; }
p { color: rgb(170,188,21); }
H1.HeaderClassName
{
color: #AABC15;
}
.AnyTagClassName
{
color: #AABC15;
}
</style>
background-color css
<style>
a { background-color: #AABC15; }
a { background-color: rgb(170,188,21); }
div.DivClassName
{
background-color: #AABC15;
}
.BgClassName
{
background-color: #AABC15;
}
</style>
border-color css
<style>
span { border-color: #AABC15; }
span { border-color: rgb(170,188,21); }
td.TdClassName
{
border-color: #AABC15;
}
.TagClassName
{
border-color: #AABC15;
}
</style>