Shades of Bahia #A0B920
Tints of Bahia #A0B920
RGB
CMYK
RGB Variations
Color information
#A0B920 (or 0xA0B920) is known color: Bahia. HEX triplet: A0, B9 and 20. RGB value is (160,185,32). Sum of RGB (Red+Green+Blue) = 160+185+32=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B920 is #5F46DF. Grayscale: #A0A0A0. Windows color (decimal): -6244064 or 2144672. OLE color: 2144672.
HSL color Cylindrical-coordinate representation of color #A0B920: hue angle of 69.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0B920 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 32 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.27 |
| HSL | 69.8º | 0.71% | 0.43% | - |
| HSV(B) | 69.8º | 0.83% | 0.73% | - |
| XYZ | 32.11 | 42.28 | 7.83 | - |
| YUV | 160.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 32 | 0.14 | 0 | 0.83 | 0.27 | 69.8 | 0.71 | 0.43 |
| Hex | A0 | B9 | 20 | E | 0 | 53 | 1B | 46 | 47 | 2B |
| Octal | 240 | 271 | 40 | 16 | 0 | 123 | 33 | 106 | 107 | 53 |
| Binary | 10100000 | 10111001 | 100000 | 1110 | 0 | 1010011 | 11011 | 1000110 | 1000111 | 101011 |
Color Harmonies of #A0B920
Complementary color
Monochromatic Colors of #A0B920
Black with #A0B920
Text Example
Text Example
White with #A0B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B920; }
p { color: rgb(160,185,32); }
H1.HeaderClassName
{
color: #A0B920;
}
.AnyTagClassName
{
color: #A0B920;
}
</style>
background-color css
<style>
a { background-color: #A0B920; }
a { background-color: rgb(160,185,32); }
div.DivClassName
{
background-color: #A0B920;
}
.BgClassName
{
background-color: #A0B920;
}
</style>
border-color css
<style>
span { border-color: #A0B920; }
span { border-color: rgb(160,185,32); }
td.TdClassName
{
border-color: #A0B920;
}
.TagClassName
{
border-color: #A0B920;
}
</style>