Shades of Bahia #AAB61E
Tints of Bahia #AAB61E
RGB
CMYK
RGB Variations
Color information
#AAB61E (or 0xAAB61E) is known color: Bahia. HEX triplet: AA, B6 and 1E. RGB value is (170,182,30). Sum of RGB (Red+Green+Blue) = 170+182+30=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB61E is #5549E1. Grayscale: #A1A1A1. Windows color (decimal): -5589474 or 2012842. OLE color: 2012842.
HSL color Cylindrical-coordinate representation of color #AAB61E: hue angle of 64.74º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB61E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 30 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.29 |
| HSL | 64.74º | 0.72% | 0.42% | - |
| HSV(B) | 64.74º | 0.84% | 0.71% | - |
| XYZ | 33.54 | 42.1 | 7.59 | - |
| YUV | 161.08 | 54.02 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 30 | 0.07 | 0 | 0.84 | 0.29 | 64.74 | 0.72 | 0.42 |
| Hex | AA | B6 | 1E | 7 | 0 | 54 | 1D | 41 | 48 | 2A |
| Octal | 252 | 266 | 36 | 7 | 0 | 124 | 35 | 101 | 110 | 52 |
| Binary | 10101010 | 10110110 | 11110 | 111 | 0 | 1010100 | 11101 | 1000001 | 1001000 | 101010 |
Color Harmonies of #AAB61E
Complementary color
Monochromatic Colors of #AAB61E
Black with #AAB61E
Text Example
Text Example
White with #AAB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB61E; }
p { color: rgb(170,182,30); }
H1.HeaderClassName
{
color: #AAB61E;
}
.AnyTagClassName
{
color: #AAB61E;
}
</style>
background-color css
<style>
a { background-color: #AAB61E; }
a { background-color: rgb(170,182,30); }
div.DivClassName
{
background-color: #AAB61E;
}
.BgClassName
{
background-color: #AAB61E;
}
</style>
border-color css
<style>
span { border-color: #AAB61E; }
span { border-color: rgb(170,182,30); }
td.TdClassName
{
border-color: #AAB61E;
}
.TagClassName
{
border-color: #AAB61E;
}
</style>