Shades of Bahia #AABB26
Tints of Bahia #AABB26
RGB
CMYK
RGB Variations
Color information
#AABB26 (or 0xAABB26) is known color: Bahia. HEX triplet: AA, BB and 26. RGB value is (170,187,38). Sum of RGB (Red+Green+Blue) = 170+187+38=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB26 is #5544D9. Grayscale: #A5A5A5. Windows color (decimal): -5588186 or 2538410. OLE color: 2538410.
HSL color Cylindrical-coordinate representation of color #AABB26: hue angle of 66.85º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AABB26 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 38 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.27 |
| HSL | 66.85º | 0.66% | 0.44% | - |
| HSV(B) | 66.85º | 0.8% | 0.73% | - |
| XYZ | 34.7 | 44.23 | 8.54 | - |
| YUV | 164.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 38 | 0.09 | 0 | 0.80 | 0.27 | 66.85 | 0.66 | 0.44 |
| Hex | AA | BB | 26 | 9 | 0 | 50 | 1B | 43 | 42 | 2C |
| Octal | 252 | 273 | 46 | 11 | 0 | 120 | 33 | 103 | 102 | 54 |
| Binary | 10101010 | 10111011 | 100110 | 1001 | 0 | 1010000 | 11011 | 1000011 | 1000010 | 101100 |
Color Harmonies of #AABB26
Complementary color
Monochromatic Colors of #AABB26
Black with #AABB26
Text Example
Text Example
White with #AABB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB26; }
p { color: rgb(170,187,38); }
H1.HeaderClassName
{
color: #AABB26;
}
.AnyTagClassName
{
color: #AABB26;
}
</style>
background-color css
<style>
a { background-color: #AABB26; }
a { background-color: rgb(170,187,38); }
div.DivClassName
{
background-color: #AABB26;
}
.BgClassName
{
background-color: #AABB26;
}
</style>
border-color css
<style>
span { border-color: #AABB26; }
span { border-color: rgb(170,187,38); }
td.TdClassName
{
border-color: #AABB26;
}
.TagClassName
{
border-color: #AABB26;
}
</style>