Shades of Bahia #A2B820
Tints of Bahia #A2B820
RGB
CMYK
RGB Variations
Color information
#A2B820 (or 0xA2B820) is known color: Bahia. HEX triplet: A2, B8 and 20. RGB value is (162,184,32). Sum of RGB (Red+Green+Blue) = 162+184+32=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B820 is #5D47DF. Grayscale: #A0A0A0. Windows color (decimal): -6113248 or 2144418. OLE color: 2144418.
HSL color Cylindrical-coordinate representation of color #A2B820: hue angle of 68.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2B820 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 32 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.28 |
| HSL | 68.68º | 0.7% | 0.42% | - |
| HSV(B) | 68.68º | 0.83% | 0.72% | - |
| XYZ | 32.3 | 42.07 | 7.78 | - |
| YUV | 160.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 32 | 0.12 | 0 | 0.83 | 0.28 | 68.68 | 0.7 | 0.42 |
| Hex | A2 | B8 | 20 | C | 0 | 53 | 1C | 45 | 46 | 2A |
| Octal | 242 | 270 | 40 | 14 | 0 | 123 | 34 | 105 | 106 | 52 |
| Binary | 10100010 | 10111000 | 100000 | 1100 | 0 | 1010011 | 11100 | 1000101 | 1000110 | 101010 |
Color Harmonies of #A2B820
Complementary color
Monochromatic Colors of #A2B820
Black with #A2B820
Text Example
Text Example
White with #A2B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B820; }
p { color: rgb(162,184,32); }
H1.HeaderClassName
{
color: #A2B820;
}
.AnyTagClassName
{
color: #A2B820;
}
</style>
background-color css
<style>
a { background-color: #A2B820; }
a { background-color: rgb(162,184,32); }
div.DivClassName
{
background-color: #A2B820;
}
.BgClassName
{
background-color: #A2B820;
}
</style>
border-color css
<style>
span { border-color: #A2B820; }
span { border-color: rgb(162,184,32); }
td.TdClassName
{
border-color: #A2B820;
}
.TagClassName
{
border-color: #A2B820;
}
</style>