Shades of Bahia #AABE1D
Tints of Bahia #AABE1D
RGB
CMYK
RGB Variations
Color information
#AABE1D (or 0xAABE1D) is known color: Bahia. HEX triplet: AA, BE and 1D. RGB value is (170,190,29). Sum of RGB (Red+Green+Blue) = 170+190+29=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE1D is #5541E2. Grayscale: #A6A6A6. Windows color (decimal): -5587427 or 1949354. OLE color: 1949354.
HSL color Cylindrical-coordinate representation of color #AABE1D: hue angle of 67.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AABE1D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 29 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.25 |
| HSL | 67.45º | 0.74% | 0.43% | - |
| HSV(B) | 67.45º | 0.85% | 0.75% | - |
| XYZ | 35.21 | 45.46 | 8.08 | - |
| YUV | 165.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 29 | 0.11 | 0 | 0.85 | 0.25 | 67.45 | 0.74 | 0.43 |
| Hex | AA | BE | 1D | B | 0 | 55 | 19 | 43 | 4A | 2B |
| Octal | 252 | 276 | 35 | 13 | 0 | 125 | 31 | 103 | 112 | 53 |
| Binary | 10101010 | 10111110 | 11101 | 1011 | 0 | 1010101 | 11001 | 1000011 | 1001010 | 101011 |
Color Harmonies of #AABE1D
Complementary color
Monochromatic Colors of #AABE1D
Black with #AABE1D
Text Example
Text Example
White with #AABE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE1D; }
p { color: rgb(170,190,29); }
H1.HeaderClassName
{
color: #AABE1D;
}
.AnyTagClassName
{
color: #AABE1D;
}
</style>
background-color css
<style>
a { background-color: #AABE1D; }
a { background-color: rgb(170,190,29); }
div.DivClassName
{
background-color: #AABE1D;
}
.BgClassName
{
background-color: #AABE1D;
}
</style>
border-color css
<style>
span { border-color: #AABE1D; }
span { border-color: rgb(170,190,29); }
td.TdClassName
{
border-color: #AABE1D;
}
.TagClassName
{
border-color: #AABE1D;
}
</style>