Shades of Bahia #A3BB2C
Tints of Bahia #A3BB2C
RGB
CMYK
RGB Variations
Color information
#A3BB2C (or 0xA3BB2C) is known color: Bahia. HEX triplet: A3, BB and 2C. RGB value is (163,187,44). Sum of RGB (Red+Green+Blue) = 163+187+44=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BB2C is #5C44D3. Grayscale: #A4A4A4. Windows color (decimal): -6046932 or 2931619. OLE color: 2931619.
HSL color Cylindrical-coordinate representation of color #A3BB2C: hue angle of 70.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3BB2C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 44 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.27 |
| HSL | 70.07º | 0.62% | 0.45% | - |
| HSV(B) | 70.07º | 0.76% | 0.73% | - |
| XYZ | 33.33 | 43.51 | 9.02 | - |
| YUV | 163.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 44 | 0.13 | 0 | 0.76 | 0.27 | 70.07 | 0.62 | 0.45 |
| Hex | A3 | BB | 2C | D | 0 | 4C | 1B | 46 | 3E | 2D |
| Octal | 243 | 273 | 54 | 15 | 0 | 114 | 33 | 106 | 76 | 55 |
| Binary | 10100011 | 10111011 | 101100 | 1101 | 0 | 1001100 | 11011 | 1000110 | 111110 | 101101 |
Color Harmonies of #A3BB2C
Complementary color
Monochromatic Colors of #A3BB2C
Black with #A3BB2C
Text Example
Text Example
White with #A3BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB2C; }
p { color: rgb(163,187,44); }
H1.HeaderClassName
{
color: #A3BB2C;
}
.AnyTagClassName
{
color: #A3BB2C;
}
</style>
background-color css
<style>
a { background-color: #A3BB2C; }
a { background-color: rgb(163,187,44); }
div.DivClassName
{
background-color: #A3BB2C;
}
.BgClassName
{
background-color: #A3BB2C;
}
</style>
border-color css
<style>
span { border-color: #A3BB2C; }
span { border-color: rgb(163,187,44); }
td.TdClassName
{
border-color: #A3BB2C;
}
.TagClassName
{
border-color: #A3BB2C;
}
</style>