Shades of Bahia #A4C61D
Tints of Bahia #A4C61D
RGB
CMYK
RGB Variations
Color information
#A4C61D (or 0xA4C61D) is known color: Bahia. HEX triplet: A4, C6 and 1D. RGB value is (164,198,29). Sum of RGB (Red+Green+Blue) = 164+198+29=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C61D is #5B39E2. Grayscale: #A9A9A9. Windows color (decimal): -5978595 or 1951396. OLE color: 1951396.
HSL color Cylindrical-coordinate representation of color #A4C61D: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4C61D is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 29 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.22 |
| HSL | 72.07º | 0.74% | 0.45% | - |
| HSV(B) | 72.07º | 0.85% | 0.78% | - |
| XYZ | 35.73 | 48.37 | 8.62 | - |
| YUV | 168.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 29 | 0.17 | 0 | 0.85 | 0.22 | 72.07 | 0.74 | 0.45 |
| Hex | A4 | C6 | 1D | 11 | 0 | 55 | 16 | 48 | 4A | 2D |
| Octal | 244 | 306 | 35 | 21 | 0 | 125 | 26 | 110 | 112 | 55 |
| Binary | 10100100 | 11000110 | 11101 | 10001 | 0 | 1010101 | 10110 | 1001000 | 1001010 | 101101 |
Color Harmonies of #A4C61D
Complementary color
Monochromatic Colors of #A4C61D
Black with #A4C61D
Text Example
Text Example
White with #A4C61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C61D; }
p { color: rgb(164,198,29); }
H1.HeaderClassName
{
color: #A4C61D;
}
.AnyTagClassName
{
color: #A4C61D;
}
</style>
background-color css
<style>
a { background-color: #A4C61D; }
a { background-color: rgb(164,198,29); }
div.DivClassName
{
background-color: #A4C61D;
}
.BgClassName
{
background-color: #A4C61D;
}
</style>
border-color css
<style>
span { border-color: #A4C61D; }
span { border-color: rgb(164,198,29); }
td.TdClassName
{
border-color: #A4C61D;
}
.TagClassName
{
border-color: #A4C61D;
}
</style>