Shades of Bahia #AABE1A
Tints of Bahia #AABE1A
RGB
CMYK
RGB Variations
Color information
#AABE1A (or 0xAABE1A) is known color: Bahia. HEX triplet: AA, BE and 1A. RGB value is (170,190,26). Sum of RGB (Red+Green+Blue) = 170+190+26=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE1A is #5541E5. Grayscale: #A5A5A5. Windows color (decimal): -5587430 or 1752746. OLE color: 1752746.
HSL color Cylindrical-coordinate representation of color #AABE1A: hue angle of 67.32º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AABE1A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 26 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.25 |
| HSL | 67.32º | 0.76% | 0.42% | - |
| HSV(B) | 67.32º | 0.86% | 0.75% | - |
| XYZ | 35.18 | 45.45 | 7.9 | - |
| YUV | 165.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 26 | 0.11 | 0 | 0.86 | 0.25 | 67.32 | 0.76 | 0.42 |
| Hex | AA | BE | 1A | B | 0 | 56 | 19 | 43 | 4C | 2A |
| Octal | 252 | 276 | 32 | 13 | 0 | 126 | 31 | 103 | 114 | 52 |
| Binary | 10101010 | 10111110 | 11010 | 1011 | 0 | 1010110 | 11001 | 1000011 | 1001100 | 101010 |
Color Harmonies of #AABE1A
Complementary color
Monochromatic Colors of #AABE1A
Black with #AABE1A
Text Example
Text Example
White with #AABE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE1A; }
p { color: rgb(170,190,26); }
H1.HeaderClassName
{
color: #AABE1A;
}
.AnyTagClassName
{
color: #AABE1A;
}
</style>
background-color css
<style>
a { background-color: #AABE1A; }
a { background-color: rgb(170,190,26); }
div.DivClassName
{
background-color: #AABE1A;
}
.BgClassName
{
background-color: #AABE1A;
}
</style>
border-color css
<style>
span { border-color: #AABE1A; }
span { border-color: rgb(170,190,26); }
td.TdClassName
{
border-color: #AABE1A;
}
.TagClassName
{
border-color: #AABE1A;
}
</style>