Shades of Bahia #AABD16
Tints of Bahia #AABD16
RGB
CMYK
RGB Variations
Color information
#AABD16 (or 0xAABD16) is known color: Bahia. HEX triplet: AA, BD and 16. RGB value is (170,189,22). Sum of RGB (Red+Green+Blue) = 170+189+22=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD16 is #5542E9. Grayscale: #A4A4A4. Windows color (decimal): -5587690 or 1490346. OLE color: 1490346.
HSL color Cylindrical-coordinate representation of color #AABD16: hue angle of 66.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AABD16 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 22 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.26 |
| HSL | 66.83º | 0.79% | 0.41% | - |
| HSV(B) | 66.83º | 0.88% | 0.74% | - |
| XYZ | 34.92 | 45 | 7.6 | - |
| YUV | 164.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 22 | 0.10 | 0 | 0.88 | 0.26 | 66.83 | 0.79 | 0.41 |
| Hex | AA | BD | 16 | A | 0 | 58 | 1A | 43 | 4F | 29 |
| Octal | 252 | 275 | 26 | 12 | 0 | 130 | 32 | 103 | 117 | 51 |
| Binary | 10101010 | 10111101 | 10110 | 1010 | 0 | 1011000 | 11010 | 1000011 | 1001111 | 101001 |
Color Harmonies of #AABD16
Complementary color
Monochromatic Colors of #AABD16
Black with #AABD16
Text Example
Text Example
White with #AABD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD16; }
p { color: rgb(170,189,22); }
H1.HeaderClassName
{
color: #AABD16;
}
.AnyTagClassName
{
color: #AABD16;
}
</style>
background-color css
<style>
a { background-color: #AABD16; }
a { background-color: rgb(170,189,22); }
div.DivClassName
{
background-color: #AABD16;
}
.BgClassName
{
background-color: #AABD16;
}
</style>
border-color css
<style>
span { border-color: #AABD16; }
span { border-color: rgb(170,189,22); }
td.TdClassName
{
border-color: #AABD16;
}
.TagClassName
{
border-color: #AABD16;
}
</style>