Shades of Bahia #AABD1E
Tints of Bahia #AABD1E
RGB
CMYK
RGB Variations
Color information
#AABD1E (or 0xAABD1E) is known color: Bahia. HEX triplet: AA, BD and 1E. RGB value is (170,189,30). Sum of RGB (Red+Green+Blue) = 170+189+30=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD1E is #5542E1. Grayscale: #A5A5A5. Windows color (decimal): -5587682 or 2014634. OLE color: 2014634.
HSL color Cylindrical-coordinate representation of color #AABD1E: hue angle of 67.17º degrees, saturation: 0.73, 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 #AABD1E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 30 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.26 |
| HSL | 67.17º | 0.73% | 0.43% | - |
| HSV(B) | 67.17º | 0.84% | 0.74% | - |
| XYZ | 35.01 | 45.03 | 8.08 | - |
| YUV | 165.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 30 | 0.10 | 0 | 0.84 | 0.26 | 67.17 | 0.73 | 0.43 |
| Hex | AA | BD | 1E | A | 0 | 54 | 1A | 43 | 49 | 2B |
| Octal | 252 | 275 | 36 | 12 | 0 | 124 | 32 | 103 | 111 | 53 |
| Binary | 10101010 | 10111101 | 11110 | 1010 | 0 | 1010100 | 11010 | 1000011 | 1001001 | 101011 |
Color Harmonies of #AABD1E
Complementary color
Monochromatic Colors of #AABD1E
Black with #AABD1E
Text Example
Text Example
White with #AABD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD1E; }
p { color: rgb(170,189,30); }
H1.HeaderClassName
{
color: #AABD1E;
}
.AnyTagClassName
{
color: #AABD1E;
}
</style>
background-color css
<style>
a { background-color: #AABD1E; }
a { background-color: rgb(170,189,30); }
div.DivClassName
{
background-color: #AABD1E;
}
.BgClassName
{
background-color: #AABD1E;
}
</style>
border-color css
<style>
span { border-color: #AABD1E; }
span { border-color: rgb(170,189,30); }
td.TdClassName
{
border-color: #AABD1E;
}
.TagClassName
{
border-color: #AABD1E;
}
</style>