Shades of Bahia #A2B320
Tints of Bahia #A2B320
RGB
CMYK
RGB Variations
Color information
#A2B320 (or 0xA2B320) is known color: Bahia. HEX triplet: A2, B3 and 20. RGB value is (162,179,32). Sum of RGB (Red+Green+Blue) = 162+179+32=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B320 is #5D4CDF. Grayscale: #9D9D9D. Windows color (decimal): -6114528 or 2143138. OLE color: 2143138.
HSL color Cylindrical-coordinate representation of color #A2B320: hue angle of 66.94º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2B320 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 32 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.30 |
| HSL | 66.94º | 0.7% | 0.41% | - |
| HSV(B) | 66.94º | 0.82% | 0.7% | - |
| XYZ | 31.28 | 40.03 | 7.44 | - |
| YUV | 157.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 32 | 0.09 | 0 | 0.82 | 0.30 | 66.94 | 0.7 | 0.41 |
| Hex | A2 | B3 | 20 | 9 | 0 | 52 | 1E | 43 | 46 | 29 |
| Octal | 242 | 263 | 40 | 11 | 0 | 122 | 36 | 103 | 106 | 51 |
| Binary | 10100010 | 10110011 | 100000 | 1001 | 0 | 1010010 | 11110 | 1000011 | 1000110 | 101001 |
Color Harmonies of #A2B320
Complementary color
Monochromatic Colors of #A2B320
Black with #A2B320
Text Example
Text Example
White with #A2B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B320; }
p { color: rgb(162,179,32); }
H1.HeaderClassName
{
color: #A2B320;
}
.AnyTagClassName
{
color: #A2B320;
}
</style>
background-color css
<style>
a { background-color: #A2B320; }
a { background-color: rgb(162,179,32); }
div.DivClassName
{
background-color: #A2B320;
}
.BgClassName
{
background-color: #A2B320;
}
</style>
border-color css
<style>
span { border-color: #A2B320; }
span { border-color: rgb(162,179,32); }
td.TdClassName
{
border-color: #A2B320;
}
.TagClassName
{
border-color: #A2B320;
}
</style>