Shades of Bahia #AABC1F
Tints of Bahia #AABC1F
RGB
CMYK
RGB Variations
Color information
#AABC1F (or 0xAABC1F) is known color: Bahia. HEX triplet: AA, BC and 1F. RGB value is (170,188,31). Sum of RGB (Red+Green+Blue) = 170+188+31=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC1F is #5543E0. Grayscale: #A5A5A5. Windows color (decimal): -5587937 or 2079914. OLE color: 2079914.
HSL color Cylindrical-coordinate representation of color #AABC1F: hue angle of 66.88º 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 #AABC1F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 31 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.26 |
| HSL | 66.88º | 0.72% | 0.43% | - |
| HSV(B) | 66.88º | 0.84% | 0.74% | - |
| XYZ | 34.81 | 44.61 | 8.07 | - |
| YUV | 164.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 31 | 0.10 | 0 | 0.84 | 0.26 | 66.88 | 0.72 | 0.43 |
| Hex | AA | BC | 1F | A | 0 | 54 | 1A | 43 | 48 | 2B |
| Octal | 252 | 274 | 37 | 12 | 0 | 124 | 32 | 103 | 110 | 53 |
| Binary | 10101010 | 10111100 | 11111 | 1010 | 0 | 1010100 | 11010 | 1000011 | 1001000 | 101011 |
Color Harmonies of #AABC1F
Complementary color
Monochromatic Colors of #AABC1F
Black with #AABC1F
Text Example
Text Example
White with #AABC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC1F; }
p { color: rgb(170,188,31); }
H1.HeaderClassName
{
color: #AABC1F;
}
.AnyTagClassName
{
color: #AABC1F;
}
</style>
background-color css
<style>
a { background-color: #AABC1F; }
a { background-color: rgb(170,188,31); }
div.DivClassName
{
background-color: #AABC1F;
}
.BgClassName
{
background-color: #AABC1F;
}
</style>
border-color css
<style>
span { border-color: #AABC1F; }
span { border-color: rgb(170,188,31); }
td.TdClassName
{
border-color: #AABC1F;
}
.TagClassName
{
border-color: #AABC1F;
}
</style>