Shades of Bahia #A3C31E
Tints of Bahia #A3C31E
RGB
CMYK
RGB Variations
Color information
#A3C31E (or 0xA3C31E) is known color: Bahia. HEX triplet: A3, C3 and 1E. RGB value is (163,195,30). Sum of RGB (Red+Green+Blue) = 163+195+30=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C31E is #5C3CE1. Grayscale: #A7A7A7. Windows color (decimal): -6044898 or 2016163. OLE color: 2016163.
HSL color Cylindrical-coordinate representation of color #A3C31E: hue angle of 71.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3C31E is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 30 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.24 |
| HSL | 71.64º | 0.73% | 0.44% | - |
| HSV(B) | 71.64º | 0.85% | 0.76% | - |
| XYZ | 34.85 | 46.91 | 8.45 | - |
| YUV | 166.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 30 | 0.16 | 0 | 0.85 | 0.24 | 71.64 | 0.73 | 0.44 |
| Hex | A3 | C3 | 1E | 10 | 0 | 55 | 18 | 48 | 49 | 2C |
| Octal | 243 | 303 | 36 | 20 | 0 | 125 | 30 | 110 | 111 | 54 |
| Binary | 10100011 | 11000011 | 11110 | 10000 | 0 | 1010101 | 11000 | 1001000 | 1001001 | 101100 |
Color Harmonies of #A3C31E
Complementary color
Monochromatic Colors of #A3C31E
Black with #A3C31E
Text Example
Text Example
White with #A3C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C31E; }
p { color: rgb(163,195,30); }
H1.HeaderClassName
{
color: #A3C31E;
}
.AnyTagClassName
{
color: #A3C31E;
}
</style>
background-color css
<style>
a { background-color: #A3C31E; }
a { background-color: rgb(163,195,30); }
div.DivClassName
{
background-color: #A3C31E;
}
.BgClassName
{
background-color: #A3C31E;
}
</style>
border-color css
<style>
span { border-color: #A3C31E; }
span { border-color: rgb(163,195,30); }
td.TdClassName
{
border-color: #A3C31E;
}
.TagClassName
{
border-color: #A3C31E;
}
</style>