Shades of Bahia #AABC18
Tints of Bahia #AABC18
RGB
CMYK
RGB Variations
Color information
#AABC18 (or 0xAABC18) is known color: Bahia. HEX triplet: AA, BC and 18. RGB value is (170,188,24). Sum of RGB (Red+Green+Blue) = 170+188+24=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC18 is #5543E7. Grayscale: #A4A4A4. Windows color (decimal): -5587944 or 1621162. OLE color: 1621162.
HSL color Cylindrical-coordinate representation of color #AABC18: hue angle of 66.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABC18 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 24 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.26 |
| HSL | 66.59º | 0.77% | 0.42% | - |
| HSV(B) | 66.59º | 0.87% | 0.74% | - |
| XYZ | 34.73 | 44.58 | 7.64 | - |
| YUV | 163.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 24 | 0.10 | 0 | 0.87 | 0.26 | 66.59 | 0.77 | 0.42 |
| Hex | AA | BC | 18 | A | 0 | 57 | 1A | 43 | 4D | 2A |
| Octal | 252 | 274 | 30 | 12 | 0 | 127 | 32 | 103 | 115 | 52 |
| Binary | 10101010 | 10111100 | 11000 | 1010 | 0 | 1010111 | 11010 | 1000011 | 1001101 | 101010 |
Color Harmonies of #AABC18
Complementary color
Monochromatic Colors of #AABC18
Black with #AABC18
Text Example
Text Example
White with #AABC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC18; }
p { color: rgb(170,188,24); }
H1.HeaderClassName
{
color: #AABC18;
}
.AnyTagClassName
{
color: #AABC18;
}
</style>
background-color css
<style>
a { background-color: #AABC18; }
a { background-color: rgb(170,188,24); }
div.DivClassName
{
background-color: #AABC18;
}
.BgClassName
{
background-color: #AABC18;
}
</style>
border-color css
<style>
span { border-color: #AABC18; }
span { border-color: rgb(170,188,24); }
td.TdClassName
{
border-color: #AABC18;
}
.TagClassName
{
border-color: #AABC18;
}
</style>