Shades of Bahia #A3BC2D
Tints of Bahia #A3BC2D
RGB
CMYK
RGB Variations
Color information
#A3BC2D (or 0xA3BC2D) is known color: Bahia. HEX triplet: A3, BC and 2D. RGB value is (163,188,45). Sum of RGB (Red+Green+Blue) = 163+188+45=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC2D is #5C43D2. Grayscale: #A4A4A4. Windows color (decimal): -6046675 or 2997411. OLE color: 2997411.
HSL color Cylindrical-coordinate representation of color #A3BC2D: hue angle of 70.49º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3BC2D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 45 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.26 |
| HSL | 70.49º | 0.61% | 0.46% | - |
| HSV(B) | 70.49º | 0.76% | 0.74% | - |
| XYZ | 33.56 | 43.94 | 9.2 | - |
| YUV | 164.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 45 | 0.13 | 0 | 0.76 | 0.26 | 70.49 | 0.61 | 0.46 |
| Hex | A3 | BC | 2D | D | 0 | 4C | 1A | 46 | 3D | 2E |
| Octal | 243 | 274 | 55 | 15 | 0 | 114 | 32 | 106 | 75 | 56 |
| Binary | 10100011 | 10111100 | 101101 | 1101 | 0 | 1001100 | 11010 | 1000110 | 111101 | 101110 |
Color Harmonies of #A3BC2D
Complementary color
Monochromatic Colors of #A3BC2D
Black with #A3BC2D
Text Example
Text Example
White with #A3BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC2D; }
p { color: rgb(163,188,45); }
H1.HeaderClassName
{
color: #A3BC2D;
}
.AnyTagClassName
{
color: #A3BC2D;
}
</style>
background-color css
<style>
a { background-color: #A3BC2D; }
a { background-color: rgb(163,188,45); }
div.DivClassName
{
background-color: #A3BC2D;
}
.BgClassName
{
background-color: #A3BC2D;
}
</style>
border-color css
<style>
span { border-color: #A3BC2D; }
span { border-color: rgb(163,188,45); }
td.TdClassName
{
border-color: #A3BC2D;
}
.TagClassName
{
border-color: #A3BC2D;
}
</style>