Shades of Bahia #AAB81C
Tints of Bahia #AAB81C
RGB
CMYK
RGB Variations
Color information
#AAB81C (or 0xAAB81C) is known color: Bahia. HEX triplet: AA, B8 and 1C. RGB value is (170,184,28). Sum of RGB (Red+Green+Blue) = 170+184+28=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81C is #5547E3. Grayscale: #A2A2A2. Windows color (decimal): -5588964 or 1882282. OLE color: 1882282.
HSL color Cylindrical-coordinate representation of color #AAB81C: hue angle of 65.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB81C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 28 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.28 |
| HSL | 65.38º | 0.74% | 0.42% | - |
| HSV(B) | 65.38º | 0.85% | 0.72% | - |
| XYZ | 33.93 | 42.91 | 7.59 | - |
| YUV | 162.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 28 | 0.08 | 0 | 0.85 | 0.28 | 65.38 | 0.74 | 0.42 |
| Hex | AA | B8 | 1C | 8 | 0 | 55 | 1C | 41 | 4A | 2A |
| Octal | 252 | 270 | 34 | 10 | 0 | 125 | 34 | 101 | 112 | 52 |
| Binary | 10101010 | 10111000 | 11100 | 1000 | 0 | 1010101 | 11100 | 1000001 | 1001010 | 101010 |
Color Harmonies of #AAB81C
Complementary color
Monochromatic Colors of #AAB81C
Black with #AAB81C
Text Example
Text Example
White with #AAB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB81C; }
p { color: rgb(170,184,28); }
H1.HeaderClassName
{
color: #AAB81C;
}
.AnyTagClassName
{
color: #AAB81C;
}
</style>
background-color css
<style>
a { background-color: #AAB81C; }
a { background-color: rgb(170,184,28); }
div.DivClassName
{
background-color: #AAB81C;
}
.BgClassName
{
background-color: #AAB81C;
}
</style>
border-color css
<style>
span { border-color: #AAB81C; }
span { border-color: rgb(170,184,28); }
td.TdClassName
{
border-color: #AAB81C;
}
.TagClassName
{
border-color: #AAB81C;
}
</style>