Shades of Bahia #AAB01D
Tints of Bahia #AAB01D
RGB
CMYK
RGB Variations
Color information
#AAB01D (or 0xAAB01D) is known color: Bahia. HEX triplet: AA, B0 and 1D. RGB value is (170,176,29). Sum of RGB (Red+Green+Blue) = 170+176+29=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB01D is #554FE2. Grayscale: #9E9E9E. Windows color (decimal): -5591011 or 1945770. OLE color: 1945770.
HSL color Cylindrical-coordinate representation of color #AAB01D: hue angle of 62.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB01D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 29 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.31 |
| HSL | 62.45º | 0.72% | 0.4% | - |
| HSV(B) | 62.45º | 0.84% | 0.69% | - |
| XYZ | 32.32 | 39.69 | 7.12 | - |
| YUV | 157.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 29 | 0.03 | 0 | 0.84 | 0.31 | 62.45 | 0.72 | 0.4 |
| Hex | AA | B0 | 1D | 3 | 0 | 54 | 1F | 3E | 48 | 28 |
| Octal | 252 | 260 | 35 | 3 | 0 | 124 | 37 | 76 | 110 | 50 |
| Binary | 10101010 | 10110000 | 11101 | 11 | 0 | 1010100 | 11111 | 111110 | 1001000 | 101000 |
Color Harmonies of #AAB01D
Complementary color
Monochromatic Colors of #AAB01D
Black with #AAB01D
Text Example
Text Example
White with #AAB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB01D; }
p { color: rgb(170,176,29); }
H1.HeaderClassName
{
color: #AAB01D;
}
.AnyTagClassName
{
color: #AAB01D;
}
</style>
background-color css
<style>
a { background-color: #AAB01D; }
a { background-color: rgb(170,176,29); }
div.DivClassName
{
background-color: #AAB01D;
}
.BgClassName
{
background-color: #AAB01D;
}
</style>
border-color css
<style>
span { border-color: #AAB01D; }
span { border-color: rgb(170,176,29); }
td.TdClassName
{
border-color: #AAB01D;
}
.TagClassName
{
border-color: #AAB01D;
}
</style>