Shades of Bahia #AAB92E
Tints of Bahia #AAB92E
RGB
CMYK
RGB Variations
Color information
#AAB92E (or 0xAAB92E) is known color: Bahia. HEX triplet: AA, B9 and 2E. RGB value is (170,185,46). Sum of RGB (Red+Green+Blue) = 170+185+46=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB92E is #5546D1. Grayscale: #A5A5A5. Windows color (decimal): -5588690 or 3062186. OLE color: 3062186.
HSL color Cylindrical-coordinate representation of color #AAB92E: hue angle of 66.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAB92E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 46 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.27 |
| HSL | 66.47º | 0.6% | 0.45% | - |
| HSV(B) | 66.47º | 0.75% | 0.73% | - |
| XYZ | 34.42 | 43.44 | 9.16 | - |
| YUV | 164.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 46 | 0.08 | 0 | 0.75 | 0.27 | 66.47 | 0.6 | 0.45 |
| Hex | AA | B9 | 2E | 8 | 0 | 4B | 1B | 42 | 3C | 2D |
| Octal | 252 | 271 | 56 | 10 | 0 | 113 | 33 | 102 | 74 | 55 |
| Binary | 10101010 | 10111001 | 101110 | 1000 | 0 | 1001011 | 11011 | 1000010 | 111100 | 101101 |
Color Harmonies of #AAB92E
Complementary color
Monochromatic Colors of #AAB92E
Black with #AAB92E
Text Example
Text Example
White with #AAB92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB92E; }
p { color: rgb(170,185,46); }
H1.HeaderClassName
{
color: #AAB92E;
}
.AnyTagClassName
{
color: #AAB92E;
}
</style>
background-color css
<style>
a { background-color: #AAB92E; }
a { background-color: rgb(170,185,46); }
div.DivClassName
{
background-color: #AAB92E;
}
.BgClassName
{
background-color: #AAB92E;
}
</style>
border-color css
<style>
span { border-color: #AAB92E; }
span { border-color: rgb(170,185,46); }
td.TdClassName
{
border-color: #AAB92E;
}
.TagClassName
{
border-color: #AAB92E;
}
</style>