Shades of Bahia #A0BA21
Tints of Bahia #A0BA21
RGB
CMYK
RGB Variations
Color information
#A0BA21 (or 0xA0BA21) is known color: Bahia. HEX triplet: A0, BA and 21. RGB value is (160,186,33). Sum of RGB (Red+Green+Blue) = 160+186+33=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA21 is #5F45DE. Grayscale: #A1A1A1. Windows color (decimal): -6243807 or 2210464. OLE color: 2210464.
HSL color Cylindrical-coordinate representation of color #A0BA21: hue angle of 70.2º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0BA21 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 33 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.27 |
| HSL | 70.2º | 0.7% | 0.43% | - |
| HSV(B) | 70.2º | 0.82% | 0.73% | - |
| XYZ | 32.33 | 42.7 | 7.98 | - |
| YUV | 160.78 | 55.89 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 33 | 0.14 | 0 | 0.82 | 0.27 | 70.2 | 0.7 | 0.43 |
| Hex | A0 | BA | 21 | E | 0 | 52 | 1B | 46 | 46 | 2B |
| Octal | 240 | 272 | 41 | 16 | 0 | 122 | 33 | 106 | 106 | 53 |
| Binary | 10100000 | 10111010 | 100001 | 1110 | 0 | 1010010 | 11011 | 1000110 | 1000110 | 101011 |
Color Harmonies of #A0BA21
Complementary color
Monochromatic Colors of #A0BA21
Black with #A0BA21
Text Example
Text Example
White with #A0BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA21; }
p { color: rgb(160,186,33); }
H1.HeaderClassName
{
color: #A0BA21;
}
.AnyTagClassName
{
color: #A0BA21;
}
</style>
background-color css
<style>
a { background-color: #A0BA21; }
a { background-color: rgb(160,186,33); }
div.DivClassName
{
background-color: #A0BA21;
}
.BgClassName
{
background-color: #A0BA21;
}
</style>
border-color css
<style>
span { border-color: #A0BA21; }
span { border-color: rgb(160,186,33); }
td.TdClassName
{
border-color: #A0BA21;
}
.TagClassName
{
border-color: #A0BA21;
}
</style>