Shades of Bahia #A3B72B
Tints of Bahia #A3B72B
RGB
CMYK
RGB Variations
Color information
#A3B72B (or 0xA3B72B) is known color: Bahia. HEX triplet: A3, B7 and 2B. RGB value is (163,183,43). Sum of RGB (Red+Green+Blue) = 163+183+43=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B72B is #5C48D4. Grayscale: #A1A1A1. Windows color (decimal): -6047957 or 2865059. OLE color: 2865059.
HSL color Cylindrical-coordinate representation of color #A3B72B: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3B72B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 43 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.28 |
| HSL | 68.57º | 0.62% | 0.44% | - |
| HSV(B) | 68.57º | 0.77% | 0.72% | - |
| XYZ | 32.47 | 41.83 | 8.65 | - |
| YUV | 161.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 43 | 0.11 | 0 | 0.77 | 0.28 | 68.57 | 0.62 | 0.44 |
| Hex | A3 | B7 | 2B | B | 0 | 4D | 1C | 45 | 3E | 2C |
| Octal | 243 | 267 | 53 | 13 | 0 | 115 | 34 | 105 | 76 | 54 |
| Binary | 10100011 | 10110111 | 101011 | 1011 | 0 | 1001101 | 11100 | 1000101 | 111110 | 101100 |
Color Harmonies of #A3B72B
Complementary color
Monochromatic Colors of #A3B72B
Black with #A3B72B
Text Example
Text Example
White with #A3B72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B72B; }
p { color: rgb(163,183,43); }
H1.HeaderClassName
{
color: #A3B72B;
}
.AnyTagClassName
{
color: #A3B72B;
}
</style>
background-color css
<style>
a { background-color: #A3B72B; }
a { background-color: rgb(163,183,43); }
div.DivClassName
{
background-color: #A3B72B;
}
.BgClassName
{
background-color: #A3B72B;
}
</style>
border-color css
<style>
span { border-color: #A3B72B; }
span { border-color: rgb(163,183,43); }
td.TdClassName
{
border-color: #A3B72B;
}
.TagClassName
{
border-color: #A3B72B;
}
</style>