Shades of Bahia #A4C212
Tints of Bahia #A4C212
RGB
CMYK
RGB Variations
Color information
#A4C212 (or 0xA4C212) is known color: Bahia. HEX triplet: A4, C2 and 12. RGB value is (164,194,18). Sum of RGB (Red+Green+Blue) = 164+194+18=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C212 is #5B3DED. Grayscale: #A5A5A5. Windows color (decimal): -5979630 or 1229476. OLE color: 1229476.
HSL color Cylindrical-coordinate representation of color #A4C212: hue angle of 70.23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4C212 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 18 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.24 |
| HSL | 70.23º | 0.83% | 0.42% | - |
| HSV(B) | 70.23º | 0.91% | 0.76% | - |
| XYZ | 34.71 | 46.52 | 7.72 | - |
| YUV | 164.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 18 | 0.15 | 0 | 0.91 | 0.24 | 70.23 | 0.83 | 0.42 |
| Hex | A4 | C2 | 12 | F | 0 | 5B | 18 | 46 | 53 | 2A |
| Octal | 244 | 302 | 22 | 17 | 0 | 133 | 30 | 106 | 123 | 52 |
| Binary | 10100100 | 11000010 | 10010 | 1111 | 0 | 1011011 | 11000 | 1000110 | 1010011 | 101010 |
Color Harmonies of #A4C212
Complementary color
Monochromatic Colors of #A4C212
Black with #A4C212
Text Example
Text Example
White with #A4C212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C212; }
p { color: rgb(164,194,18); }
H1.HeaderClassName
{
color: #A4C212;
}
.AnyTagClassName
{
color: #A4C212;
}
</style>
background-color css
<style>
a { background-color: #A4C212; }
a { background-color: rgb(164,194,18); }
div.DivClassName
{
background-color: #A4C212;
}
.BgClassName
{
background-color: #A4C212;
}
</style>
border-color css
<style>
span { border-color: #A4C212; }
span { border-color: rgb(164,194,18); }
td.TdClassName
{
border-color: #A4C212;
}
.TagClassName
{
border-color: #A4C212;
}
</style>