Shades of Bahia #AABD26
Tints of Bahia #AABD26
RGB
CMYK
RGB Variations
Color information
#AABD26 (or 0xAABD26) is known color: Bahia. HEX triplet: AA, BD and 26. RGB value is (170,189,38). Sum of RGB (Red+Green+Blue) = 170+189+38=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD26 is #5542D9. Grayscale: #A6A6A6. Windows color (decimal): -5587674 or 2538922. OLE color: 2538922.
HSL color Cylindrical-coordinate representation of color #AABD26: hue angle of 67.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AABD26 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 38 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.26 |
| HSL | 67.55º | 0.67% | 0.45% | - |
| HSV(B) | 67.55º | 0.8% | 0.74% | - |
| XYZ | 35.13 | 45.08 | 8.68 | - |
| YUV | 166.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 38 | 0.10 | 0 | 0.80 | 0.26 | 67.55 | 0.67 | 0.45 |
| Hex | AA | BD | 26 | A | 0 | 50 | 1A | 44 | 43 | 2D |
| Octal | 252 | 275 | 46 | 12 | 0 | 120 | 32 | 104 | 103 | 55 |
| Binary | 10101010 | 10111101 | 100110 | 1010 | 0 | 1010000 | 11010 | 1000100 | 1000011 | 101101 |
Color Harmonies of #AABD26
Complementary color
Monochromatic Colors of #AABD26
Black with #AABD26
Text Example
Text Example
White with #AABD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD26; }
p { color: rgb(170,189,38); }
H1.HeaderClassName
{
color: #AABD26;
}
.AnyTagClassName
{
color: #AABD26;
}
</style>
background-color css
<style>
a { background-color: #AABD26; }
a { background-color: rgb(170,189,38); }
div.DivClassName
{
background-color: #AABD26;
}
.BgClassName
{
background-color: #AABD26;
}
</style>
border-color css
<style>
span { border-color: #AABD26; }
span { border-color: rgb(170,189,38); }
td.TdClassName
{
border-color: #AABD26;
}
.TagClassName
{
border-color: #AABD26;
}
</style>