Shades of Bahia #A3BA30
Tints of Bahia #A3BA30
RGB
CMYK
RGB Variations
Color information
#A3BA30 (or 0xA3BA30) is known color: Bahia. HEX triplet: A3, BA and 30. RGB value is (163,186,48). Sum of RGB (Red+Green+Blue) = 163+186+48=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA30 is #5C45CF. Grayscale: #A3A3A3. Windows color (decimal): -6047184 or 3193507. OLE color: 3193507.
HSL color Cylindrical-coordinate representation of color #A3BA30: hue angle of 70º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3BA30 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 48 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.27 |
| HSL | 70º | 0.59% | 0.46% | - |
| HSV(B) | 70º | 0.74% | 0.73% | - |
| XYZ | 33.2 | 43.12 | 9.37 | - |
| YUV | 163.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 48 | 0.12 | 0 | 0.74 | 0.27 | 70 | 0.59 | 0.46 |
| Hex | A3 | BA | 30 | C | 0 | 4A | 1B | 46 | 3B | 2E |
| Octal | 243 | 272 | 60 | 14 | 0 | 112 | 33 | 106 | 73 | 56 |
| Binary | 10100011 | 10111010 | 110000 | 1100 | 0 | 1001010 | 11011 | 1000110 | 111011 | 101110 |
Color Harmonies of #A3BA30
Complementary color
Monochromatic Colors of #A3BA30
Black with #A3BA30
Text Example
Text Example
White with #A3BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA30; }
p { color: rgb(163,186,48); }
H1.HeaderClassName
{
color: #A3BA30;
}
.AnyTagClassName
{
color: #A3BA30;
}
</style>
background-color css
<style>
a { background-color: #A3BA30; }
a { background-color: rgb(163,186,48); }
div.DivClassName
{
background-color: #A3BA30;
}
.BgClassName
{
background-color: #A3BA30;
}
</style>
border-color css
<style>
span { border-color: #A3BA30; }
span { border-color: rgb(163,186,48); }
td.TdClassName
{
border-color: #A3BA30;
}
.TagClassName
{
border-color: #A3BA30;
}
</style>