Shades of Bahia #AAB91C
Tints of Bahia #AAB91C
RGB
CMYK
RGB Variations
Color information
#AAB91C (or 0xAAB91C) is known color: Bahia. HEX triplet: AA, B9 and 1C. RGB value is (170,185,28). Sum of RGB (Red+Green+Blue) = 170+185+28=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91C is #5546E3. Grayscale: #A3A3A3. Windows color (decimal): -5588708 or 1882538. OLE color: 1882538.
HSL color Cylindrical-coordinate representation of color #AAB91C: hue angle of 65.73º degrees, saturation: 0.74, 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 #AAB91C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 28 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.27 |
| HSL | 65.73º | 0.74% | 0.42% | - |
| HSV(B) | 65.73º | 0.85% | 0.73% | - |
| XYZ | 34.14 | 43.33 | 7.66 | - |
| YUV | 162.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 28 | 0.08 | 0 | 0.85 | 0.27 | 65.73 | 0.74 | 0.42 |
| Hex | AA | B9 | 1C | 8 | 0 | 55 | 1B | 42 | 4A | 2A |
| Octal | 252 | 271 | 34 | 10 | 0 | 125 | 33 | 102 | 112 | 52 |
| Binary | 10101010 | 10111001 | 11100 | 1000 | 0 | 1010101 | 11011 | 1000010 | 1001010 | 101010 |
Color Harmonies of #AAB91C
Complementary color
Monochromatic Colors of #AAB91C
Black with #AAB91C
Text Example
Text Example
White with #AAB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB91C; }
p { color: rgb(170,185,28); }
H1.HeaderClassName
{
color: #AAB91C;
}
.AnyTagClassName
{
color: #AAB91C;
}
</style>
background-color css
<style>
a { background-color: #AAB91C; }
a { background-color: rgb(170,185,28); }
div.DivClassName
{
background-color: #AAB91C;
}
.BgClassName
{
background-color: #AAB91C;
}
</style>
border-color css
<style>
span { border-color: #AAB91C; }
span { border-color: rgb(170,185,28); }
td.TdClassName
{
border-color: #AAB91C;
}
.TagClassName
{
border-color: #AAB91C;
}
</style>