Shades of Bahia #A3B720
Tints of Bahia #A3B720
RGB
CMYK
RGB Variations
Color information
#A3B720 (or 0xA3B720) is known color: Bahia. HEX triplet: A3, B7 and 20. RGB value is (163,183,32). Sum of RGB (Red+Green+Blue) = 163+183+32=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B720 is #5C48DF. Grayscale: #A0A0A0. Windows color (decimal): -6047968 or 2144163. OLE color: 2144163.
HSL color Cylindrical-coordinate representation of color #A3B720: hue angle of 67.95º 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 #A3B720 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 32 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.28 |
| HSL | 67.95º | 0.7% | 0.42% | - |
| HSV(B) | 67.95º | 0.83% | 0.72% | - |
| XYZ | 32.3 | 41.76 | 7.72 | - |
| YUV | 159.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 32 | 0.11 | 0 | 0.83 | 0.28 | 67.95 | 0.7 | 0.42 |
| Hex | A3 | B7 | 20 | B | 0 | 53 | 1C | 44 | 46 | 2A |
| Octal | 243 | 267 | 40 | 13 | 0 | 123 | 34 | 104 | 106 | 52 |
| Binary | 10100011 | 10110111 | 100000 | 1011 | 0 | 1010011 | 11100 | 1000100 | 1000110 | 101010 |
Color Harmonies of #A3B720
Complementary color
Monochromatic Colors of #A3B720
Black with #A3B720
Text Example
Text Example
White with #A3B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B720; }
p { color: rgb(163,183,32); }
H1.HeaderClassName
{
color: #A3B720;
}
.AnyTagClassName
{
color: #A3B720;
}
</style>
background-color css
<style>
a { background-color: #A3B720; }
a { background-color: rgb(163,183,32); }
div.DivClassName
{
background-color: #A3B720;
}
.BgClassName
{
background-color: #A3B720;
}
</style>
border-color css
<style>
span { border-color: #A3B720; }
span { border-color: rgb(163,183,32); }
td.TdClassName
{
border-color: #A3B720;
}
.TagClassName
{
border-color: #A3B720;
}
</style>