Shades of Bahia #A6B322
Tints of Bahia #A6B322
RGB
CMYK
RGB Variations
Color information
#A6B322 (or 0xA6B322) is known color: Bahia. HEX triplet: A6, B3 and 22. RGB value is (166,179,34). Sum of RGB (Red+Green+Blue) = 166+179+34=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B322 is #594CDD. Grayscale: #9F9F9F. Windows color (decimal): -5852382 or 2274214. OLE color: 2274214.
HSL color Cylindrical-coordinate representation of color #A6B322: hue angle of 65.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6B322 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 34 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.30 |
| HSL | 65.38º | 0.68% | 0.42% | - |
| HSV(B) | 65.38º | 0.81% | 0.7% | - |
| XYZ | 32.13 | 40.46 | 7.63 | - |
| YUV | 158.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 34 | 0.07 | 0 | 0.81 | 0.30 | 65.38 | 0.68 | 0.42 |
| Hex | A6 | B3 | 22 | 7 | 0 | 51 | 1E | 41 | 44 | 2A |
| Octal | 246 | 263 | 42 | 7 | 0 | 121 | 36 | 101 | 104 | 52 |
| Binary | 10100110 | 10110011 | 100010 | 111 | 0 | 1010001 | 11110 | 1000001 | 1000100 | 101010 |
Color Harmonies of #A6B322
Complementary color
Monochromatic Colors of #A6B322
Black with #A6B322
Text Example
Text Example
White with #A6B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B322; }
p { color: rgb(166,179,34); }
H1.HeaderClassName
{
color: #A6B322;
}
.AnyTagClassName
{
color: #A6B322;
}
</style>
background-color css
<style>
a { background-color: #A6B322; }
a { background-color: rgb(166,179,34); }
div.DivClassName
{
background-color: #A6B322;
}
.BgClassName
{
background-color: #A6B322;
}
</style>
border-color css
<style>
span { border-color: #A6B322; }
span { border-color: rgb(166,179,34); }
td.TdClassName
{
border-color: #A6B322;
}
.TagClassName
{
border-color: #A6B322;
}
</style>