Shades of Bahia #AAB81B
Tints of Bahia #AAB81B
RGB
CMYK
RGB Variations
Color information
#AAB81B (or 0xAAB81B) is known color: Bahia. HEX triplet: AA, B8 and 1B. RGB value is (170,184,27). Sum of RGB (Red+Green+Blue) = 170+184+27=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81B is #5547E4. Grayscale: #A2A2A2. Windows color (decimal): -5588965 or 1816746. OLE color: 1816746.
HSL color Cylindrical-coordinate representation of color #AAB81B: hue angle of 65.35º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB81B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 27 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.28 |
| HSL | 65.35º | 0.74% | 0.41% | - |
| HSV(B) | 65.35º | 0.85% | 0.72% | - |
| XYZ | 33.92 | 42.91 | 7.53 | - |
| YUV | 161.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 27 | 0.08 | 0 | 0.85 | 0.28 | 65.35 | 0.74 | 0.41 |
| Hex | AA | B8 | 1B | 8 | 0 | 55 | 1C | 41 | 4A | 29 |
| Octal | 252 | 270 | 33 | 10 | 0 | 125 | 34 | 101 | 112 | 51 |
| Binary | 10101010 | 10111000 | 11011 | 1000 | 0 | 1010101 | 11100 | 1000001 | 1001010 | 101001 |
Color Harmonies of #AAB81B
Complementary color
Monochromatic Colors of #AAB81B
Black with #AAB81B
Text Example
Text Example
White with #AAB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB81B; }
p { color: rgb(170,184,27); }
H1.HeaderClassName
{
color: #AAB81B;
}
.AnyTagClassName
{
color: #AAB81B;
}
</style>
background-color css
<style>
a { background-color: #AAB81B; }
a { background-color: rgb(170,184,27); }
div.DivClassName
{
background-color: #AAB81B;
}
.BgClassName
{
background-color: #AAB81B;
}
</style>
border-color css
<style>
span { border-color: #AAB81B; }
span { border-color: rgb(170,184,27); }
td.TdClassName
{
border-color: #AAB81B;
}
.TagClassName
{
border-color: #AAB81B;
}
</style>