Shades of Bahia #A3BB32
Tints of Bahia #A3BB32
RGB
CMYK
RGB Variations
Color information
#A3BB32 (or 0xA3BB32) is known color: Bahia. HEX triplet: A3, BB and 32. RGB value is (163,187,50). Sum of RGB (Red+Green+Blue) = 163+187+50=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BB32 is #5C44CD. Grayscale: #A4A4A4. Windows color (decimal): -6046926 or 3324835. OLE color: 3324835.
HSL color Cylindrical-coordinate representation of color #A3BB32: hue angle of 70.51º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3BB32 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 50 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.27 |
| HSL | 70.51º | 0.58% | 0.46% | - |
| HSV(B) | 70.51º | 0.73% | 0.73% | - |
| XYZ | 33.45 | 43.56 | 9.66 | - |
| YUV | 164.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 50 | 0.13 | 0 | 0.73 | 0.27 | 70.51 | 0.58 | 0.46 |
| Hex | A3 | BB | 32 | D | 0 | 49 | 1B | 47 | 3A | 2E |
| Octal | 243 | 273 | 62 | 15 | 0 | 111 | 33 | 107 | 72 | 56 |
| Binary | 10100011 | 10111011 | 110010 | 1101 | 0 | 1001001 | 11011 | 1000111 | 111010 | 101110 |
Color Harmonies of #A3BB32
Complementary color
Monochromatic Colors of #A3BB32
Black with #A3BB32
Text Example
Text Example
White with #A3BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB32; }
p { color: rgb(163,187,50); }
H1.HeaderClassName
{
color: #A3BB32;
}
.AnyTagClassName
{
color: #A3BB32;
}
</style>
background-color css
<style>
a { background-color: #A3BB32; }
a { background-color: rgb(163,187,50); }
div.DivClassName
{
background-color: #A3BB32;
}
.BgClassName
{
background-color: #A3BB32;
}
</style>
border-color css
<style>
span { border-color: #A3BB32; }
span { border-color: rgb(163,187,50); }
td.TdClassName
{
border-color: #A3BB32;
}
.TagClassName
{
border-color: #A3BB32;
}
</style>