Shades of Bahia #A3B536
Tints of Bahia #A3B536
RGB
CMYK
RGB Variations
Color information
#A3B536 (or 0xA3B536) is known color: Bahia. HEX triplet: A3, B5 and 36. RGB value is (163,181,54). Sum of RGB (Red+Green+Blue) = 163+181+54=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B536 is #5C4AC9. Grayscale: #A1A1A1. Windows color (decimal): -6048458 or 3585443. OLE color: 3585443.
HSL color Cylindrical-coordinate representation of color #A3B536: hue angle of 68.5º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3B536 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 54 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.29 |
| HSL | 68.5º | 0.54% | 0.46% | - |
| HSV(B) | 68.5º | 0.7% | 0.71% | - |
| XYZ | 32.29 | 41.1 | 9.72 | - |
| YUV | 161.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 54 | 0.10 | 0 | 0.70 | 0.29 | 68.5 | 0.54 | 0.46 |
| Hex | A3 | B5 | 36 | A | 0 | 46 | 1D | 45 | 36 | 2E |
| Octal | 243 | 265 | 66 | 12 | 0 | 106 | 35 | 105 | 66 | 56 |
| Binary | 10100011 | 10110101 | 110110 | 1010 | 0 | 1000110 | 11101 | 1000101 | 110110 | 101110 |
Color Harmonies of #A3B536
Complementary color
Monochromatic Colors of #A3B536
Black with #A3B536
Text Example
Text Example
White with #A3B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B536; }
p { color: rgb(163,181,54); }
H1.HeaderClassName
{
color: #A3B536;
}
.AnyTagClassName
{
color: #A3B536;
}
</style>
background-color css
<style>
a { background-color: #A3B536; }
a { background-color: rgb(163,181,54); }
div.DivClassName
{
background-color: #A3B536;
}
.BgClassName
{
background-color: #A3B536;
}
</style>
border-color css
<style>
span { border-color: #A3B536; }
span { border-color: rgb(163,181,54); }
td.TdClassName
{
border-color: #A3B536;
}
.TagClassName
{
border-color: #A3B536;
}
</style>