Shades of Bahia #AAB31B
Tints of Bahia #AAB31B
RGB
CMYK
RGB Variations
Color information
#AAB31B (or 0xAAB31B) is known color: Bahia. HEX triplet: AA, B3 and 1B. RGB value is (170,179,27). Sum of RGB (Red+Green+Blue) = 170+179+27=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB31B is #554CE4. Grayscale: #9F9F9F. Windows color (decimal): -5590245 or 1815466. OLE color: 1815466.
HSL color Cylindrical-coordinate representation of color #AAB31B: hue angle of 63.55º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB31B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 27 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.30 |
| HSL | 63.55º | 0.74% | 0.4% | - |
| HSV(B) | 63.55º | 0.85% | 0.7% | - |
| XYZ | 32.9 | 40.87 | 7.19 | - |
| YUV | 158.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 27 | 0.05 | 0 | 0.85 | 0.30 | 63.55 | 0.74 | 0.4 |
| Hex | AA | B3 | 1B | 5 | 0 | 55 | 1E | 40 | 4A | 28 |
| Octal | 252 | 263 | 33 | 5 | 0 | 125 | 36 | 100 | 112 | 50 |
| Binary | 10101010 | 10110011 | 11011 | 101 | 0 | 1010101 | 11110 | 1000000 | 1001010 | 101000 |
Color Harmonies of #AAB31B
Complementary color
Monochromatic Colors of #AAB31B
Black with #AAB31B
Text Example
Text Example
White with #AAB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB31B; }
p { color: rgb(170,179,27); }
H1.HeaderClassName
{
color: #AAB31B;
}
.AnyTagClassName
{
color: #AAB31B;
}
</style>
background-color css
<style>
a { background-color: #AAB31B; }
a { background-color: rgb(170,179,27); }
div.DivClassName
{
background-color: #AAB31B;
}
.BgClassName
{
background-color: #AAB31B;
}
</style>
border-color css
<style>
span { border-color: #AAB31B; }
span { border-color: rgb(170,179,27); }
td.TdClassName
{
border-color: #AAB31B;
}
.TagClassName
{
border-color: #AAB31B;
}
</style>