Shades of Bahia #A3C01D
Tints of Bahia #A3C01D
RGB
CMYK
RGB Variations
Color information
#A3C01D (or 0xA3C01D) is known color: Bahia. HEX triplet: A3, C0 and 1D. RGB value is (163,192,29). Sum of RGB (Red+Green+Blue) = 163+192+29=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C01D is #5C3FE2. Grayscale: #A5A5A5. Windows color (decimal): -6045667 or 1949859. OLE color: 1949859.
HSL color Cylindrical-coordinate representation of color #A3C01D: hue angle of 70.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3C01D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 29 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.25 |
| HSL | 70.67º | 0.74% | 0.43% | - |
| HSV(B) | 70.67º | 0.85% | 0.75% | - |
| XYZ | 34.18 | 45.57 | 8.16 | - |
| YUV | 164.75 | 51.39 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 29 | 0.15 | 0 | 0.85 | 0.25 | 70.67 | 0.74 | 0.43 |
| Hex | A3 | C0 | 1D | F | 0 | 55 | 19 | 47 | 4A | 2B |
| Octal | 243 | 300 | 35 | 17 | 0 | 125 | 31 | 107 | 112 | 53 |
| Binary | 10100011 | 11000000 | 11101 | 1111 | 0 | 1010101 | 11001 | 1000111 | 1001010 | 101011 |
Color Harmonies of #A3C01D
Complementary color
Monochromatic Colors of #A3C01D
Black with #A3C01D
Text Example
Text Example
White with #A3C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C01D; }
p { color: rgb(163,192,29); }
H1.HeaderClassName
{
color: #A3C01D;
}
.AnyTagClassName
{
color: #A3C01D;
}
</style>
background-color css
<style>
a { background-color: #A3C01D; }
a { background-color: rgb(163,192,29); }
div.DivClassName
{
background-color: #A3C01D;
}
.BgClassName
{
background-color: #A3C01D;
}
</style>
border-color css
<style>
span { border-color: #A3C01D; }
span { border-color: rgb(163,192,29); }
td.TdClassName
{
border-color: #A3C01D;
}
.TagClassName
{
border-color: #A3C01D;
}
</style>