Shades of Bahia #A6C22C
Tints of Bahia #A6C22C
RGB
CMYK
RGB Variations
Color information
#A6C22C (or 0xA6C22C) is known color: Bahia. HEX triplet: A6, C2 and 2C. RGB value is (166,194,44). Sum of RGB (Red+Green+Blue) = 166+194+44=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C22C is #593DD3. Grayscale: #A9A9A9. Windows color (decimal): -5848532 or 2933414. OLE color: 2933414.
HSL color Cylindrical-coordinate representation of color #A6C22C: hue angle of 71.2º 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 #A6C22C is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 44 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.24 |
| HSL | 71.2º | 0.63% | 0.47% | - |
| HSV(B) | 71.2º | 0.77% | 0.76% | - |
| XYZ | 35.47 | 46.87 | 9.56 | - |
| YUV | 168.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 44 | 0.14 | 0 | 0.77 | 0.24 | 71.2 | 0.63 | 0.47 |
| Hex | A6 | C2 | 2C | E | 0 | 4D | 18 | 47 | 3F | 2F |
| Octal | 246 | 302 | 54 | 16 | 0 | 115 | 30 | 107 | 77 | 57 |
| Binary | 10100110 | 11000010 | 101100 | 1110 | 0 | 1001101 | 11000 | 1000111 | 111111 | 101111 |
Color Harmonies of #A6C22C
Complementary color
Monochromatic Colors of #A6C22C
Black with #A6C22C
Text Example
Text Example
White with #A6C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C22C; }
p { color: rgb(166,194,44); }
H1.HeaderClassName
{
color: #A6C22C;
}
.AnyTagClassName
{
color: #A6C22C;
}
</style>
background-color css
<style>
a { background-color: #A6C22C; }
a { background-color: rgb(166,194,44); }
div.DivClassName
{
background-color: #A6C22C;
}
.BgClassName
{
background-color: #A6C22C;
}
</style>
border-color css
<style>
span { border-color: #A6C22C; }
span { border-color: rgb(166,194,44); }
td.TdClassName
{
border-color: #A6C22C;
}
.TagClassName
{
border-color: #A6C22C;
}
</style>