Shades of Bahia #AAB41B
Tints of Bahia #AAB41B
RGB
CMYK
RGB Variations
Color information
#AAB41B (or 0xAAB41B) is known color: Bahia. HEX triplet: AA, B4 and 1B. RGB value is (170,180,27). Sum of RGB (Red+Green+Blue) = 170+180+27=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB41B is #554BE4. Grayscale: #A0A0A0. Windows color (decimal): -5589989 or 1815722. OLE color: 1815722.
HSL color Cylindrical-coordinate representation of color #AAB41B: hue angle of 63.92º 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 #AAB41B is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 27 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.29 |
| HSL | 63.92º | 0.74% | 0.41% | - |
| HSV(B) | 63.92º | 0.85% | 0.71% | - |
| XYZ | 33.1 | 41.27 | 7.26 | - |
| YUV | 159.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 27 | 0.06 | 0 | 0.85 | 0.29 | 63.92 | 0.74 | 0.41 |
| Hex | AA | B4 | 1B | 6 | 0 | 55 | 1D | 40 | 4A | 29 |
| Octal | 252 | 264 | 33 | 6 | 0 | 125 | 35 | 100 | 112 | 51 |
| Binary | 10101010 | 10110100 | 11011 | 110 | 0 | 1010101 | 11101 | 1000000 | 1001010 | 101001 |
Color Harmonies of #AAB41B
Complementary color
Monochromatic Colors of #AAB41B
Black with #AAB41B
Text Example
Text Example
White with #AAB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB41B; }
p { color: rgb(170,180,27); }
H1.HeaderClassName
{
color: #AAB41B;
}
.AnyTagClassName
{
color: #AAB41B;
}
</style>
background-color css
<style>
a { background-color: #AAB41B; }
a { background-color: rgb(170,180,27); }
div.DivClassName
{
background-color: #AAB41B;
}
.BgClassName
{
background-color: #AAB41B;
}
</style>
border-color css
<style>
span { border-color: #AAB41B; }
span { border-color: rgb(170,180,27); }
td.TdClassName
{
border-color: #AAB41B;
}
.TagClassName
{
border-color: #AAB41B;
}
</style>