Shades of Bahia #AABB17
Tints of Bahia #AABB17
RGB
CMYK
RGB Variations
Color information
#AABB17 (or 0xAABB17) is known color: Bahia. HEX triplet: AA, BB and 17. RGB value is (170,187,23). Sum of RGB (Red+Green+Blue) = 170+187+23=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB17 is #5544E8. Grayscale: #A3A3A3. Windows color (decimal): -5588201 or 1555370. OLE color: 1555370.
HSL color Cylindrical-coordinate representation of color #AABB17: hue angle of 66.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AABB17 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.27 |
| HSL | 66.22º | 0.78% | 0.41% | - |
| HSV(B) | 66.22º | 0.88% | 0.73% | - |
| XYZ | 34.5 | 44.15 | 7.51 | - |
| YUV | 163.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 23 | 0.09 | 0 | 0.88 | 0.27 | 66.22 | 0.78 | 0.41 |
| Hex | AA | BB | 17 | 9 | 0 | 58 | 1B | 42 | 4E | 29 |
| Octal | 252 | 273 | 27 | 11 | 0 | 130 | 33 | 102 | 116 | 51 |
| Binary | 10101010 | 10111011 | 10111 | 1001 | 0 | 1011000 | 11011 | 1000010 | 1001110 | 101001 |
Color Harmonies of #AABB17
Complementary color
Monochromatic Colors of #AABB17
Black with #AABB17
Text Example
Text Example
White with #AABB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB17; }
p { color: rgb(170,187,23); }
H1.HeaderClassName
{
color: #AABB17;
}
.AnyTagClassName
{
color: #AABB17;
}
</style>
background-color css
<style>
a { background-color: #AABB17; }
a { background-color: rgb(170,187,23); }
div.DivClassName
{
background-color: #AABB17;
}
.BgClassName
{
background-color: #AABB17;
}
</style>
border-color css
<style>
span { border-color: #AABB17; }
span { border-color: rgb(170,187,23); }
td.TdClassName
{
border-color: #AABB17;
}
.TagClassName
{
border-color: #AABB17;
}
</style>