Shades of Bahia #AAB51D
Tints of Bahia #AAB51D
RGB
CMYK
RGB Variations
Color information
#AAB51D (or 0xAAB51D) is known color: Bahia. HEX triplet: AA, B5 and 1D. RGB value is (170,181,29). Sum of RGB (Red+Green+Blue) = 170+181+29=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB51D is #554AE2. Grayscale: #A0A0A0. Windows color (decimal): -5589731 or 1947050. OLE color: 1947050.
HSL color Cylindrical-coordinate representation of color #AAB51D: hue angle of 64.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB51D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 29 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.29 |
| HSL | 64.34º | 0.72% | 0.41% | - |
| HSV(B) | 64.34º | 0.84% | 0.71% | - |
| XYZ | 33.32 | 41.68 | 7.45 | - |
| YUV | 160.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 29 | 0.06 | 0 | 0.84 | 0.29 | 64.34 | 0.72 | 0.41 |
| Hex | AA | B5 | 1D | 6 | 0 | 54 | 1D | 40 | 48 | 29 |
| Octal | 252 | 265 | 35 | 6 | 0 | 124 | 35 | 100 | 110 | 51 |
| Binary | 10101010 | 10110101 | 11101 | 110 | 0 | 1010100 | 11101 | 1000000 | 1001000 | 101001 |
Color Harmonies of #AAB51D
Complementary color
Monochromatic Colors of #AAB51D
Black with #AAB51D
Text Example
Text Example
White with #AAB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB51D; }
p { color: rgb(170,181,29); }
H1.HeaderClassName
{
color: #AAB51D;
}
.AnyTagClassName
{
color: #AAB51D;
}
</style>
background-color css
<style>
a { background-color: #AAB51D; }
a { background-color: rgb(170,181,29); }
div.DivClassName
{
background-color: #AAB51D;
}
.BgClassName
{
background-color: #AAB51D;
}
</style>
border-color css
<style>
span { border-color: #AAB51D; }
span { border-color: rgb(170,181,29); }
td.TdClassName
{
border-color: #AAB51D;
}
.TagClassName
{
border-color: #AAB51D;
}
</style>