Shades of Bahia #A3C01E
Tints of Bahia #A3C01E
RGB
CMYK
RGB Variations
Color information
#A3C01E (or 0xA3C01E) is known color: Bahia. HEX triplet: A3, C0 and 1E. RGB value is (163,192,30). Sum of RGB (Red+Green+Blue) = 163+192+30=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C01E is #5C3FE1. Grayscale: #A5A5A5. Windows color (decimal): -6045666 or 2015395. OLE color: 2015395.
HSL color Cylindrical-coordinate representation of color #A3C01E: hue angle of 70.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3C01E is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 30 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.25 |
| HSL | 70.74º | 0.73% | 0.44% | - |
| HSV(B) | 70.74º | 0.84% | 0.75% | - |
| XYZ | 34.19 | 45.58 | 8.22 | - |
| YUV | 164.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 30 | 0.15 | 0 | 0.84 | 0.25 | 70.74 | 0.73 | 0.44 |
| Hex | A3 | C0 | 1E | F | 0 | 54 | 19 | 47 | 49 | 2C |
| Octal | 243 | 300 | 36 | 17 | 0 | 124 | 31 | 107 | 111 | 54 |
| Binary | 10100011 | 11000000 | 11110 | 1111 | 0 | 1010100 | 11001 | 1000111 | 1001001 | 101100 |
Color Harmonies of #A3C01E
Complementary color
Monochromatic Colors of #A3C01E
Black with #A3C01E
Text Example
Text Example
White with #A3C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C01E; }
p { color: rgb(163,192,30); }
H1.HeaderClassName
{
color: #A3C01E;
}
.AnyTagClassName
{
color: #A3C01E;
}
</style>
background-color css
<style>
a { background-color: #A3C01E; }
a { background-color: rgb(163,192,30); }
div.DivClassName
{
background-color: #A3C01E;
}
.BgClassName
{
background-color: #A3C01E;
}
</style>
border-color css
<style>
span { border-color: #A3C01E; }
span { border-color: rgb(163,192,30); }
td.TdClassName
{
border-color: #A3C01E;
}
.TagClassName
{
border-color: #A3C01E;
}
</style>