Shades of Bahia #A4C11D
Tints of Bahia #A4C11D
RGB
CMYK
RGB Variations
Color information
#A4C11D (or 0xA4C11D) is known color: Bahia. HEX triplet: A4, C1 and 1D. RGB value is (164,193,29). Sum of RGB (Red+Green+Blue) = 164+193+29=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C11D is #5B3EE2. Grayscale: #A6A6A6. Windows color (decimal): -5979875 or 1950116. OLE color: 1950116.
HSL color Cylindrical-coordinate representation of color #A4C11D: hue angle of 70.61º degrees, saturation: 0.74, 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 #A4C11D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 29 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.24 |
| HSL | 70.61º | 0.74% | 0.44% | - |
| HSV(B) | 70.61º | 0.85% | 0.76% | - |
| XYZ | 34.6 | 46.12 | 8.24 | - |
| YUV | 165.63 | 50.89 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 29 | 0.15 | 0 | 0.85 | 0.24 | 70.61 | 0.74 | 0.44 |
| Hex | A4 | C1 | 1D | F | 0 | 55 | 18 | 47 | 4A | 2C |
| Octal | 244 | 301 | 35 | 17 | 0 | 125 | 30 | 107 | 112 | 54 |
| Binary | 10100100 | 11000001 | 11101 | 1111 | 0 | 1010101 | 11000 | 1000111 | 1001010 | 101100 |
Color Harmonies of #A4C11D
Complementary color
Monochromatic Colors of #A4C11D
Black with #A4C11D
Text Example
Text Example
White with #A4C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C11D; }
p { color: rgb(164,193,29); }
H1.HeaderClassName
{
color: #A4C11D;
}
.AnyTagClassName
{
color: #A4C11D;
}
</style>
background-color css
<style>
a { background-color: #A4C11D; }
a { background-color: rgb(164,193,29); }
div.DivClassName
{
background-color: #A4C11D;
}
.BgClassName
{
background-color: #A4C11D;
}
</style>
border-color css
<style>
span { border-color: #A4C11D; }
span { border-color: rgb(164,193,29); }
td.TdClassName
{
border-color: #A4C11D;
}
.TagClassName
{
border-color: #A4C11D;
}
</style>