Shades of Bahia #A3B031
Tints of Bahia #A3B031
RGB
CMYK
RGB Variations
Color information
#A3B031 (or 0xA3B031) is known color: Bahia. HEX triplet: A3, B0 and 31. RGB value is (163,176,49). Sum of RGB (Red+Green+Blue) = 163+176+49=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B031 is #5C4FCE. Grayscale: #9E9E9E. Windows color (decimal): -6049743 or 3256483. OLE color: 3256483.
HSL color Cylindrical-coordinate representation of color #A3B031: hue angle of 66.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3B031 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 49 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.31 |
| HSL | 66.14º | 0.56% | 0.44% | - |
| HSV(B) | 66.14º | 0.72% | 0.69% | - |
| XYZ | 31.18 | 39.06 | 8.8 | - |
| YUV | 157.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 49 | 0.07 | 0 | 0.72 | 0.31 | 66.14 | 0.56 | 0.44 |
| Hex | A3 | B0 | 31 | 7 | 0 | 48 | 1F | 42 | 38 | 2C |
| Octal | 243 | 260 | 61 | 7 | 0 | 110 | 37 | 102 | 70 | 54 |
| Binary | 10100011 | 10110000 | 110001 | 111 | 0 | 1001000 | 11111 | 1000010 | 111000 | 101100 |
Color Harmonies of #A3B031
Complementary color
Monochromatic Colors of #A3B031
Black with #A3B031
Text Example
Text Example
White with #A3B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B031; }
p { color: rgb(163,176,49); }
H1.HeaderClassName
{
color: #A3B031;
}
.AnyTagClassName
{
color: #A3B031;
}
</style>
background-color css
<style>
a { background-color: #A3B031; }
a { background-color: rgb(163,176,49); }
div.DivClassName
{
background-color: #A3B031;
}
.BgClassName
{
background-color: #A3B031;
}
</style>
border-color css
<style>
span { border-color: #A3B031; }
span { border-color: rgb(163,176,49); }
td.TdClassName
{
border-color: #A3B031;
}
.TagClassName
{
border-color: #A3B031;
}
</style>