Shades of Bahia #AAB91B
Tints of Bahia #AAB91B
RGB
CMYK
RGB Variations
Color information
#AAB91B (or 0xAAB91B) is known color: Bahia. HEX triplet: AA, B9 and 1B. RGB value is (170,185,27). Sum of RGB (Red+Green+Blue) = 170+185+27=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91B is #5546E4. Grayscale: #A3A3A3. Windows color (decimal): -5588709 or 1817002. OLE color: 1817002.
HSL color Cylindrical-coordinate representation of color #AAB91B: hue angle of 65.7º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB91B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 27 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.27 |
| HSL | 65.7º | 0.75% | 0.42% | - |
| HSV(B) | 65.7º | 0.85% | 0.73% | - |
| XYZ | 34.12 | 43.32 | 7.6 | - |
| YUV | 162.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 27 | 0.08 | 0 | 0.85 | 0.27 | 65.7 | 0.75 | 0.42 |
| Hex | AA | B9 | 1B | 8 | 0 | 55 | 1B | 42 | 4B | 2A |
| Octal | 252 | 271 | 33 | 10 | 0 | 125 | 33 | 102 | 113 | 52 |
| Binary | 10101010 | 10111001 | 11011 | 1000 | 0 | 1010101 | 11011 | 1000010 | 1001011 | 101010 |
Color Harmonies of #AAB91B
Complementary color
Monochromatic Colors of #AAB91B
Black with #AAB91B
Text Example
Text Example
White with #AAB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB91B; }
p { color: rgb(170,185,27); }
H1.HeaderClassName
{
color: #AAB91B;
}
.AnyTagClassName
{
color: #AAB91B;
}
</style>
background-color css
<style>
a { background-color: #AAB91B; }
a { background-color: rgb(170,185,27); }
div.DivClassName
{
background-color: #AAB91B;
}
.BgClassName
{
background-color: #AAB91B;
}
</style>
border-color css
<style>
span { border-color: #AAB91B; }
span { border-color: rgb(170,185,27); }
td.TdClassName
{
border-color: #AAB91B;
}
.TagClassName
{
border-color: #AAB91B;
}
</style>