Shades of Bahia #A4C22C
Tints of Bahia #A4C22C
RGB
CMYK
RGB Variations
Color information
#A4C22C (or 0xA4C22C) is known color: Bahia. HEX triplet: A4, C2 and 2C. RGB value is (164,194,44). Sum of RGB (Red+Green+Blue) = 164+194+44=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C22C is #5B3DD3. Grayscale: #A8A8A8. Windows color (decimal): -5979604 or 2933412. OLE color: 2933412.
HSL color Cylindrical-coordinate representation of color #A4C22C: hue angle of 72º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4C22C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 44 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.24 |
| HSL | 72º | 0.63% | 0.47% | - |
| HSV(B) | 72º | 0.77% | 0.76% | - |
| XYZ | 35.06 | 46.66 | 9.54 | - |
| YUV | 167.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 44 | 0.15 | 0 | 0.77 | 0.24 | 72 | 0.63 | 0.47 |
| Hex | A4 | C2 | 2C | F | 0 | 4D | 18 | 48 | 3F | 2F |
| Octal | 244 | 302 | 54 | 17 | 0 | 115 | 30 | 110 | 77 | 57 |
| Binary | 10100100 | 11000010 | 101100 | 1111 | 0 | 1001101 | 11000 | 1001000 | 111111 | 101111 |
Color Harmonies of #A4C22C
Complementary color
Monochromatic Colors of #A4C22C
Black with #A4C22C
Text Example
Text Example
White with #A4C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C22C; }
p { color: rgb(164,194,44); }
H1.HeaderClassName
{
color: #A4C22C;
}
.AnyTagClassName
{
color: #A4C22C;
}
</style>
background-color css
<style>
a { background-color: #A4C22C; }
a { background-color: rgb(164,194,44); }
div.DivClassName
{
background-color: #A4C22C;
}
.BgClassName
{
background-color: #A4C22C;
}
</style>
border-color css
<style>
span { border-color: #A4C22C; }
span { border-color: rgb(164,194,44); }
td.TdClassName
{
border-color: #A4C22C;
}
.TagClassName
{
border-color: #A4C22C;
}
</style>