Shades of Bahia #A3B92B
Tints of Bahia #A3B92B
RGB
CMYK
RGB Variations
Color information
#A3B92B (or 0xA3B92B) is known color: Bahia. HEX triplet: A3, B9 and 2B. RGB value is (163,185,43). Sum of RGB (Red+Green+Blue) = 163+185+43=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B92B is #5C46D4. Grayscale: #A2A2A2. Windows color (decimal): -6047445 or 2865571. OLE color: 2865571.
HSL color Cylindrical-coordinate representation of color #A3B92B: hue angle of 69.3º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3B92B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 43 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.27 |
| HSL | 69.3º | 0.62% | 0.45% | - |
| HSV(B) | 69.3º | 0.77% | 0.73% | - |
| XYZ | 32.89 | 42.66 | 8.79 | - |
| YUV | 162.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 43 | 0.12 | 0 | 0.77 | 0.27 | 69.3 | 0.62 | 0.45 |
| Hex | A3 | B9 | 2B | C | 0 | 4D | 1B | 45 | 3E | 2D |
| Octal | 243 | 271 | 53 | 14 | 0 | 115 | 33 | 105 | 76 | 55 |
| Binary | 10100011 | 10111001 | 101011 | 1100 | 0 | 1001101 | 11011 | 1000101 | 111110 | 101101 |
Color Harmonies of #A3B92B
Complementary color
Monochromatic Colors of #A3B92B
Black with #A3B92B
Text Example
Text Example
White with #A3B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B92B; }
p { color: rgb(163,185,43); }
H1.HeaderClassName
{
color: #A3B92B;
}
.AnyTagClassName
{
color: #A3B92B;
}
</style>
background-color css
<style>
a { background-color: #A3B92B; }
a { background-color: rgb(163,185,43); }
div.DivClassName
{
background-color: #A3B92B;
}
.BgClassName
{
background-color: #A3B92B;
}
</style>
border-color css
<style>
span { border-color: #A3B92B; }
span { border-color: rgb(163,185,43); }
td.TdClassName
{
border-color: #A3B92B;
}
.TagClassName
{
border-color: #A3B92B;
}
</style>