Shades of Bahia #A3B72D
Tints of Bahia #A3B72D
RGB
CMYK
RGB Variations
Color information
#A3B72D (or 0xA3B72D) is known color: Bahia. HEX triplet: A3, B7 and 2D. RGB value is (163,183,45). Sum of RGB (Red+Green+Blue) = 163+183+45=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B72D is #5C48D2. Grayscale: #A1A1A1. Windows color (decimal): -6047955 or 2996131. OLE color: 2996131.
HSL color Cylindrical-coordinate representation of color #A3B72D: hue angle of 68.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3B72D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 45 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.28 |
| HSL | 68.7º | 0.61% | 0.45% | - |
| HSV(B) | 68.7º | 0.75% | 0.72% | - |
| XYZ | 32.51 | 41.84 | 8.85 | - |
| YUV | 161.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 45 | 0.11 | 0 | 0.75 | 0.28 | 68.7 | 0.61 | 0.45 |
| Hex | A3 | B7 | 2D | B | 0 | 4B | 1C | 45 | 3D | 2D |
| Octal | 243 | 267 | 55 | 13 | 0 | 113 | 34 | 105 | 75 | 55 |
| Binary | 10100011 | 10110111 | 101101 | 1011 | 0 | 1001011 | 11100 | 1000101 | 111101 | 101101 |
Color Harmonies of #A3B72D
Complementary color
Monochromatic Colors of #A3B72D
Black with #A3B72D
Text Example
Text Example
White with #A3B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B72D; }
p { color: rgb(163,183,45); }
H1.HeaderClassName
{
color: #A3B72D;
}
.AnyTagClassName
{
color: #A3B72D;
}
</style>
background-color css
<style>
a { background-color: #A3B72D; }
a { background-color: rgb(163,183,45); }
div.DivClassName
{
background-color: #A3B72D;
}
.BgClassName
{
background-color: #A3B72D;
}
</style>
border-color css
<style>
span { border-color: #A3B72D; }
span { border-color: rgb(163,183,45); }
td.TdClassName
{
border-color: #A3B72D;
}
.TagClassName
{
border-color: #A3B72D;
}
</style>