Shades of Bahia #A6B22C
Tints of Bahia #A6B22C
RGB
CMYK
RGB Variations
Color information
#A6B22C (or 0xA6B22C) is known color: Bahia. HEX triplet: A6, B2 and 2C. RGB value is (166,178,44). Sum of RGB (Red+Green+Blue) = 166+178+44=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B22C is #594DD3. Grayscale: #9F9F9F. Windows color (decimal): -5852628 or 2929318. OLE color: 2929318.
HSL color Cylindrical-coordinate representation of color #A6B22C: hue angle of 65.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6B22C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 44 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.30 |
| HSL | 65.37º | 0.6% | 0.44% | - |
| HSV(B) | 65.37º | 0.75% | 0.7% | - |
| XYZ | 32.1 | 40.13 | 8.44 | - |
| YUV | 159.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 44 | 0.07 | 0 | 0.75 | 0.30 | 65.37 | 0.6 | 0.44 |
| Hex | A6 | B2 | 2C | 7 | 0 | 4B | 1E | 41 | 3C | 2C |
| Octal | 246 | 262 | 54 | 7 | 0 | 113 | 36 | 101 | 74 | 54 |
| Binary | 10100110 | 10110010 | 101100 | 111 | 0 | 1001011 | 11110 | 1000001 | 111100 | 101100 |
Color Harmonies of #A6B22C
Complementary color
Monochromatic Colors of #A6B22C
Black with #A6B22C
Text Example
Text Example
White with #A6B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B22C; }
p { color: rgb(166,178,44); }
H1.HeaderClassName
{
color: #A6B22C;
}
.AnyTagClassName
{
color: #A6B22C;
}
</style>
background-color css
<style>
a { background-color: #A6B22C; }
a { background-color: rgb(166,178,44); }
div.DivClassName
{
background-color: #A6B22C;
}
.BgClassName
{
background-color: #A6B22C;
}
</style>
border-color css
<style>
span { border-color: #A6B22C; }
span { border-color: rgb(166,178,44); }
td.TdClassName
{
border-color: #A6B22C;
}
.TagClassName
{
border-color: #A6B22C;
}
</style>