Shades of Bahia #A3B819
Tints of Bahia #A3B819
RGB
CMYK
RGB Variations
Color information
#A3B819 (or 0xA3B819) is known color: Bahia. HEX triplet: A3, B8 and 19. RGB value is (163,184,25). Sum of RGB (Red+Green+Blue) = 163+184+25=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B819 is #5C47E6. Grayscale: #A0A0A0. Windows color (decimal): -6047719 or 1685667. OLE color: 1685667.
HSL color Cylindrical-coordinate representation of color #A3B819: hue angle of 67.92º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3B819 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 25 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.28 |
| HSL | 67.92º | 0.76% | 0.41% | - |
| HSV(B) | 67.92º | 0.86% | 0.72% | - |
| XYZ | 32.42 | 42.14 | 7.34 | - |
| YUV | 159.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 25 | 0.11 | 0 | 0.86 | 0.28 | 67.92 | 0.76 | 0.41 |
| Hex | A3 | B8 | 19 | B | 0 | 56 | 1C | 44 | 4C | 29 |
| Octal | 243 | 270 | 31 | 13 | 0 | 126 | 34 | 104 | 114 | 51 |
| Binary | 10100011 | 10111000 | 11001 | 1011 | 0 | 1010110 | 11100 | 1000100 | 1001100 | 101001 |
Color Harmonies of #A3B819
Complementary color
Monochromatic Colors of #A3B819
Black with #A3B819
Text Example
Text Example
White with #A3B819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B819; }
p { color: rgb(163,184,25); }
H1.HeaderClassName
{
color: #A3B819;
}
.AnyTagClassName
{
color: #A3B819;
}
</style>
background-color css
<style>
a { background-color: #A3B819; }
a { background-color: rgb(163,184,25); }
div.DivClassName
{
background-color: #A3B819;
}
.BgClassName
{
background-color: #A3B819;
}
</style>
border-color css
<style>
span { border-color: #A3B819; }
span { border-color: rgb(163,184,25); }
td.TdClassName
{
border-color: #A3B819;
}
.TagClassName
{
border-color: #A3B819;
}
</style>