Shades of Bahia #AAB71E
Tints of Bahia #AAB71E
RGB
CMYK
RGB Variations
Color information
#AAB71E (or 0xAAB71E) is known color: Bahia. HEX triplet: AA, B7 and 1E. RGB value is (170,183,30). Sum of RGB (Red+Green+Blue) = 170+183+30=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB71E is #5548E1. Grayscale: #A2A2A2. Windows color (decimal): -5589218 or 2013098. OLE color: 2013098.
HSL color Cylindrical-coordinate representation of color #AAB71E: hue angle of 65.1º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB71E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 30 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.28 |
| HSL | 65.1º | 0.72% | 0.42% | - |
| HSV(B) | 65.1º | 0.84% | 0.72% | - |
| XYZ | 33.75 | 42.51 | 7.65 | - |
| YUV | 161.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 30 | 0.07 | 0 | 0.84 | 0.28 | 65.1 | 0.72 | 0.42 |
| Hex | AA | B7 | 1E | 7 | 0 | 54 | 1C | 41 | 48 | 2A |
| Octal | 252 | 267 | 36 | 7 | 0 | 124 | 34 | 101 | 110 | 52 |
| Binary | 10101010 | 10110111 | 11110 | 111 | 0 | 1010100 | 11100 | 1000001 | 1001000 | 101010 |
Color Harmonies of #AAB71E
Complementary color
Monochromatic Colors of #AAB71E
Black with #AAB71E
Text Example
Text Example
White with #AAB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB71E; }
p { color: rgb(170,183,30); }
H1.HeaderClassName
{
color: #AAB71E;
}
.AnyTagClassName
{
color: #AAB71E;
}
</style>
background-color css
<style>
a { background-color: #AAB71E; }
a { background-color: rgb(170,183,30); }
div.DivClassName
{
background-color: #AAB71E;
}
.BgClassName
{
background-color: #AAB71E;
}
</style>
border-color css
<style>
span { border-color: #AAB71E; }
span { border-color: rgb(170,183,30); }
td.TdClassName
{
border-color: #AAB71E;
}
.TagClassName
{
border-color: #AAB71E;
}
</style>