Shades of Bahia #A4C620
Tints of Bahia #A4C620
RGB
CMYK
RGB Variations
Color information
#A4C620 (or 0xA4C620) is known color: Bahia. HEX triplet: A4, C6 and 20. RGB value is (164,198,32). Sum of RGB (Red+Green+Blue) = 164+198+32=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C620 is #5B39DF. Grayscale: #A9A9A9. Windows color (decimal): -5978592 or 2148004. OLE color: 2148004.
HSL color Cylindrical-coordinate representation of color #A4C620: hue angle of 72.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4C620 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 32 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.22 |
| HSL | 72.29º | 0.72% | 0.45% | - |
| HSV(B) | 72.29º | 0.84% | 0.78% | - |
| XYZ | 35.76 | 48.38 | 8.82 | - |
| YUV | 168.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 32 | 0.17 | 0 | 0.84 | 0.22 | 72.29 | 0.72 | 0.45 |
| Hex | A4 | C6 | 20 | 11 | 0 | 54 | 16 | 48 | 48 | 2D |
| Octal | 244 | 306 | 40 | 21 | 0 | 124 | 26 | 110 | 110 | 55 |
| Binary | 10100100 | 11000110 | 100000 | 10001 | 0 | 1010100 | 10110 | 1001000 | 1001000 | 101101 |
Color Harmonies of #A4C620
Complementary color
Monochromatic Colors of #A4C620
Black with #A4C620
Text Example
Text Example
White with #A4C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C620; }
p { color: rgb(164,198,32); }
H1.HeaderClassName
{
color: #A4C620;
}
.AnyTagClassName
{
color: #A4C620;
}
</style>
background-color css
<style>
a { background-color: #A4C620; }
a { background-color: rgb(164,198,32); }
div.DivClassName
{
background-color: #A4C620;
}
.BgClassName
{
background-color: #A4C620;
}
</style>
border-color css
<style>
span { border-color: #A4C620; }
span { border-color: rgb(164,198,32); }
td.TdClassName
{
border-color: #A4C620;
}
.TagClassName
{
border-color: #A4C620;
}
</style>