Shades of Bahia #A6B922
Tints of Bahia #A6B922
RGB
CMYK
RGB Variations
Color information
#A6B922 (or 0xA6B922) is known color: Bahia. HEX triplet: A6, B9 and 22. RGB value is (166,185,34). Sum of RGB (Red+Green+Blue) = 166+185+34=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B922 is #5946DD. Grayscale: #A2A2A2. Windows color (decimal): -5850846 or 2275750. OLE color: 2275750.
HSL color Cylindrical-coordinate representation of color #A6B922: hue angle of 67.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6B922 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 34 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.27 |
| HSL | 67.55º | 0.69% | 0.43% | - |
| HSV(B) | 67.55º | 0.82% | 0.73% | - |
| XYZ | 33.36 | 42.92 | 8.04 | - |
| YUV | 162.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 34 | 0.10 | 0 | 0.82 | 0.27 | 67.55 | 0.69 | 0.43 |
| Hex | A6 | B9 | 22 | A | 0 | 52 | 1B | 44 | 45 | 2B |
| Octal | 246 | 271 | 42 | 12 | 0 | 122 | 33 | 104 | 105 | 53 |
| Binary | 10100110 | 10111001 | 100010 | 1010 | 0 | 1010010 | 11011 | 1000100 | 1000101 | 101011 |
Color Harmonies of #A6B922
Complementary color
Monochromatic Colors of #A6B922
Black with #A6B922
Text Example
Text Example
White with #A6B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B922; }
p { color: rgb(166,185,34); }
H1.HeaderClassName
{
color: #A6B922;
}
.AnyTagClassName
{
color: #A6B922;
}
</style>
background-color css
<style>
a { background-color: #A6B922; }
a { background-color: rgb(166,185,34); }
div.DivClassName
{
background-color: #A6B922;
}
.BgClassName
{
background-color: #A6B922;
}
</style>
border-color css
<style>
span { border-color: #A6B922; }
span { border-color: rgb(166,185,34); }
td.TdClassName
{
border-color: #A6B922;
}
.TagClassName
{
border-color: #A6B922;
}
</style>