Shades of Bahia #A6C22B
Tints of Bahia #A6C22B
RGB
CMYK
RGB Variations
Color information
#A6C22B (or 0xA6C22B) is known color: Bahia. HEX triplet: A6, C2 and 2B. RGB value is (166,194,43). Sum of RGB (Red+Green+Blue) = 166+194+43=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C22B is #593DD4. Grayscale: #A8A8A8. Windows color (decimal): -5848533 or 2867878. OLE color: 2867878.
HSL color Cylindrical-coordinate representation of color #A6C22B: hue angle of 71.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6C22B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 43 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.24 |
| HSL | 71.13º | 0.64% | 0.46% | - |
| HSV(B) | 71.13º | 0.78% | 0.76% | - |
| XYZ | 35.45 | 46.86 | 9.46 | - |
| YUV | 168.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 43 | 0.14 | 0 | 0.78 | 0.24 | 71.13 | 0.64 | 0.46 |
| Hex | A6 | C2 | 2B | E | 0 | 4E | 18 | 47 | 40 | 2E |
| Octal | 246 | 302 | 53 | 16 | 0 | 116 | 30 | 107 | 100 | 56 |
| Binary | 10100110 | 11000010 | 101011 | 1110 | 0 | 1001110 | 11000 | 1000111 | 1000000 | 101110 |
Color Harmonies of #A6C22B
Complementary color
Monochromatic Colors of #A6C22B
Black with #A6C22B
Text Example
Text Example
White with #A6C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C22B; }
p { color: rgb(166,194,43); }
H1.HeaderClassName
{
color: #A6C22B;
}
.AnyTagClassName
{
color: #A6C22B;
}
</style>
background-color css
<style>
a { background-color: #A6C22B; }
a { background-color: rgb(166,194,43); }
div.DivClassName
{
background-color: #A6C22B;
}
.BgClassName
{
background-color: #A6C22B;
}
</style>
border-color css
<style>
span { border-color: #A6C22B; }
span { border-color: rgb(166,194,43); }
td.TdClassName
{
border-color: #A6C22B;
}
.TagClassName
{
border-color: #A6C22B;
}
</style>