Shades of Bahia #A3B520
Tints of Bahia #A3B520
RGB
CMYK
RGB Variations
Color information
#A3B520 (or 0xA3B520) is known color: Bahia. HEX triplet: A3, B5 and 20. RGB value is (163,181,32). Sum of RGB (Red+Green+Blue) = 163+181+32=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B520 is #5C4ADF. Grayscale: #9F9F9F. Windows color (decimal): -6048480 or 2143651. OLE color: 2143651.
HSL color Cylindrical-coordinate representation of color #A3B520: hue angle of 67.25º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3B520 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 32 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.29 |
| HSL | 67.25º | 0.7% | 0.42% | - |
| HSV(B) | 67.25º | 0.82% | 0.71% | - |
| XYZ | 31.89 | 40.94 | 7.59 | - |
| YUV | 158.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 32 | 0.10 | 0 | 0.82 | 0.29 | 67.25 | 0.7 | 0.42 |
| Hex | A3 | B5 | 20 | A | 0 | 52 | 1D | 43 | 46 | 2A |
| Octal | 243 | 265 | 40 | 12 | 0 | 122 | 35 | 103 | 106 | 52 |
| Binary | 10100011 | 10110101 | 100000 | 1010 | 0 | 1010010 | 11101 | 1000011 | 1000110 | 101010 |
Color Harmonies of #A3B520
Complementary color
Monochromatic Colors of #A3B520
Black with #A3B520
Text Example
Text Example
White with #A3B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B520; }
p { color: rgb(163,181,32); }
H1.HeaderClassName
{
color: #A3B520;
}
.AnyTagClassName
{
color: #A3B520;
}
</style>
background-color css
<style>
a { background-color: #A3B520; }
a { background-color: rgb(163,181,32); }
div.DivClassName
{
background-color: #A3B520;
}
.BgClassName
{
background-color: #A3B520;
}
</style>
border-color css
<style>
span { border-color: #A3B520; }
span { border-color: rgb(163,181,32); }
td.TdClassName
{
border-color: #A3B520;
}
.TagClassName
{
border-color: #A3B520;
}
</style>