Shades of Bahia #A3B62B
Tints of Bahia #A3B62B
RGB
CMYK
RGB Variations
Color information
#A3B62B (or 0xA3B62B) is known color: Bahia. HEX triplet: A3, B6 and 2B. RGB value is (163,182,43). Sum of RGB (Red+Green+Blue) = 163+182+43=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B62B is #5C49D4. Grayscale: #A1A1A1. Windows color (decimal): -6048213 or 2864803. OLE color: 2864803.
HSL color Cylindrical-coordinate representation of color #A3B62B: hue angle of 68.2º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3B62B is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 43 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.29 |
| HSL | 68.2º | 0.62% | 0.44% | - |
| HSV(B) | 68.2º | 0.76% | 0.71% | - |
| XYZ | 32.27 | 41.42 | 8.58 | - |
| YUV | 160.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 43 | 0.10 | 0 | 0.76 | 0.29 | 68.2 | 0.62 | 0.44 |
| Hex | A3 | B6 | 2B | A | 0 | 4C | 1D | 44 | 3E | 2C |
| Octal | 243 | 266 | 53 | 12 | 0 | 114 | 35 | 104 | 76 | 54 |
| Binary | 10100011 | 10110110 | 101011 | 1010 | 0 | 1001100 | 11101 | 1000100 | 111110 | 101100 |
Color Harmonies of #A3B62B
Complementary color
Monochromatic Colors of #A3B62B
Black with #A3B62B
Text Example
Text Example
White with #A3B62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B62B; }
p { color: rgb(163,182,43); }
H1.HeaderClassName
{
color: #A3B62B;
}
.AnyTagClassName
{
color: #A3B62B;
}
</style>
background-color css
<style>
a { background-color: #A3B62B; }
a { background-color: rgb(163,182,43); }
div.DivClassName
{
background-color: #A3B62B;
}
.BgClassName
{
background-color: #A3B62B;
}
</style>
border-color css
<style>
span { border-color: #A3B62B; }
span { border-color: rgb(163,182,43); }
td.TdClassName
{
border-color: #A3B62B;
}
.TagClassName
{
border-color: #A3B62B;
}
</style>