Shades of Bahia #AABC1E
Tints of Bahia #AABC1E
RGB
CMYK
RGB Variations
Color information
#AABC1E (or 0xAABC1E) is known color: Bahia. HEX triplet: AA, BC and 1E. RGB value is (170,188,30). Sum of RGB (Red+Green+Blue) = 170+188+30=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC1E is #5543E1. Grayscale: #A5A5A5. Windows color (decimal): -5587938 or 2014378. OLE color: 2014378.
HSL color Cylindrical-coordinate representation of color #AABC1E: hue angle of 66.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AABC1E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 30 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.26 |
| HSL | 66.84º | 0.72% | 0.43% | - |
| HSV(B) | 66.84º | 0.84% | 0.74% | - |
| XYZ | 34.8 | 44.61 | 8 | - |
| YUV | 164.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 30 | 0.10 | 0 | 0.84 | 0.26 | 66.84 | 0.72 | 0.43 |
| Hex | AA | BC | 1E | A | 0 | 54 | 1A | 43 | 48 | 2B |
| Octal | 252 | 274 | 36 | 12 | 0 | 124 | 32 | 103 | 110 | 53 |
| Binary | 10101010 | 10111100 | 11110 | 1010 | 0 | 1010100 | 11010 | 1000011 | 1001000 | 101011 |
Color Harmonies of #AABC1E
Complementary color
Monochromatic Colors of #AABC1E
Black with #AABC1E
Text Example
Text Example
White with #AABC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC1E; }
p { color: rgb(170,188,30); }
H1.HeaderClassName
{
color: #AABC1E;
}
.AnyTagClassName
{
color: #AABC1E;
}
</style>
background-color css
<style>
a { background-color: #AABC1E; }
a { background-color: rgb(170,188,30); }
div.DivClassName
{
background-color: #AABC1E;
}
.BgClassName
{
background-color: #AABC1E;
}
</style>
border-color css
<style>
span { border-color: #AABC1E; }
span { border-color: rgb(170,188,30); }
td.TdClassName
{
border-color: #AABC1E;
}
.TagClassName
{
border-color: #AABC1E;
}
</style>