Shades of Bahia #AABB1D
Tints of Bahia #AABB1D
RGB
CMYK
RGB Variations
Color information
#AABB1D (or 0xAABB1D) is known color: Bahia. HEX triplet: AA, BB and 1D. RGB value is (170,187,29). Sum of RGB (Red+Green+Blue) = 170+187+29=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB1D is #5544E2. Grayscale: #A4A4A4. Windows color (decimal): -5588195 or 1948586. OLE color: 1948586.
HSL color Cylindrical-coordinate representation of color #AABB1D: hue angle of 66.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AABB1D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 29 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.27 |
| HSL | 66.46º | 0.73% | 0.42% | - |
| HSV(B) | 66.46º | 0.84% | 0.73% | - |
| XYZ | 34.57 | 44.18 | 7.87 | - |
| YUV | 163.91 | 51.87 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 29 | 0.09 | 0 | 0.84 | 0.27 | 66.46 | 0.73 | 0.42 |
| Hex | AA | BB | 1D | 9 | 0 | 54 | 1B | 42 | 49 | 2A |
| Octal | 252 | 273 | 35 | 11 | 0 | 124 | 33 | 102 | 111 | 52 |
| Binary | 10101010 | 10111011 | 11101 | 1001 | 0 | 1010100 | 11011 | 1000010 | 1001001 | 101010 |
Color Harmonies of #AABB1D
Complementary color
Monochromatic Colors of #AABB1D
Black with #AABB1D
Text Example
Text Example
White with #AABB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB1D; }
p { color: rgb(170,187,29); }
H1.HeaderClassName
{
color: #AABB1D;
}
.AnyTagClassName
{
color: #AABB1D;
}
</style>
background-color css
<style>
a { background-color: #AABB1D; }
a { background-color: rgb(170,187,29); }
div.DivClassName
{
background-color: #AABB1D;
}
.BgClassName
{
background-color: #AABB1D;
}
</style>
border-color css
<style>
span { border-color: #AABB1D; }
span { border-color: rgb(170,187,29); }
td.TdClassName
{
border-color: #AABB1D;
}
.TagClassName
{
border-color: #AABB1D;
}
</style>