Shades of Bahia #AAB51B
Tints of Bahia #AAB51B
RGB
CMYK
RGB Variations
Color information
#AAB51B (or 0xAAB51B) is known color: Bahia. HEX triplet: AA, B5 and 1B. RGB value is (170,181,27). Sum of RGB (Red+Green+Blue) = 170+181+27=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB51B is #554AE4. Grayscale: #A0A0A0. Windows color (decimal): -5589733 or 1815978. OLE color: 1815978.
HSL color Cylindrical-coordinate representation of color #AAB51B: hue angle of 64.29º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB51B is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 27 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.29 |
| HSL | 64.29º | 0.74% | 0.41% | - |
| HSV(B) | 64.29º | 0.85% | 0.71% | - |
| XYZ | 33.3 | 41.67 | 7.33 | - |
| YUV | 160.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 27 | 0.06 | 0 | 0.85 | 0.29 | 64.29 | 0.74 | 0.41 |
| Hex | AA | B5 | 1B | 6 | 0 | 55 | 1D | 40 | 4A | 29 |
| Octal | 252 | 265 | 33 | 6 | 0 | 125 | 35 | 100 | 112 | 51 |
| Binary | 10101010 | 10110101 | 11011 | 110 | 0 | 1010101 | 11101 | 1000000 | 1001010 | 101001 |
Color Harmonies of #AAB51B
Complementary color
Monochromatic Colors of #AAB51B
Black with #AAB51B
Text Example
Text Example
White with #AAB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB51B; }
p { color: rgb(170,181,27); }
H1.HeaderClassName
{
color: #AAB51B;
}
.AnyTagClassName
{
color: #AAB51B;
}
</style>
background-color css
<style>
a { background-color: #AAB51B; }
a { background-color: rgb(170,181,27); }
div.DivClassName
{
background-color: #AAB51B;
}
.BgClassName
{
background-color: #AAB51B;
}
</style>
border-color css
<style>
span { border-color: #AAB51B; }
span { border-color: rgb(170,181,27); }
td.TdClassName
{
border-color: #AAB51B;
}
.TagClassName
{
border-color: #AAB51B;
}
</style>