Shades of Bahia #AAB82B
Tints of Bahia #AAB82B
RGB
CMYK
RGB Variations
Color information
#AAB82B (or 0xAAB82B) is known color: Bahia. HEX triplet: AA, B8 and 2B. RGB value is (170,184,43). Sum of RGB (Red+Green+Blue) = 170+184+43=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB82B is #5547D4. Grayscale: #A4A4A4. Windows color (decimal): -5588949 or 2865322. OLE color: 2865322.
HSL color Cylindrical-coordinate representation of color #AAB82B: hue angle of 65.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB82B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 43 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.28 |
| HSL | 65.96º | 0.62% | 0.45% | - |
| HSV(B) | 65.96º | 0.77% | 0.72% | - |
| XYZ | 34.15 | 43 | 8.79 | - |
| YUV | 163.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 43 | 0.08 | 0 | 0.77 | 0.28 | 65.96 | 0.62 | 0.45 |
| Hex | AA | B8 | 2B | 8 | 0 | 4D | 1C | 42 | 3E | 2D |
| Octal | 252 | 270 | 53 | 10 | 0 | 115 | 34 | 102 | 76 | 55 |
| Binary | 10101010 | 10111000 | 101011 | 1000 | 0 | 1001101 | 11100 | 1000010 | 111110 | 101101 |
Color Harmonies of #AAB82B
Complementary color
Monochromatic Colors of #AAB82B
Black with #AAB82B
Text Example
Text Example
White with #AAB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB82B; }
p { color: rgb(170,184,43); }
H1.HeaderClassName
{
color: #AAB82B;
}
.AnyTagClassName
{
color: #AAB82B;
}
</style>
background-color css
<style>
a { background-color: #AAB82B; }
a { background-color: rgb(170,184,43); }
div.DivClassName
{
background-color: #AAB82B;
}
.BgClassName
{
background-color: #AAB82B;
}
</style>
border-color css
<style>
span { border-color: #AAB82B; }
span { border-color: rgb(170,184,43); }
td.TdClassName
{
border-color: #AAB82B;
}
.TagClassName
{
border-color: #AAB82B;
}
</style>