Shades of Bahia #A6B931
Tints of Bahia #A6B931
RGB
CMYK
RGB Variations
Color information
#A6B931 (or 0xA6B931) is known color: Bahia. HEX triplet: A6, B9 and 31. RGB value is (166,185,49). Sum of RGB (Red+Green+Blue) = 166+185+49=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B931 is #5946CE. Grayscale: #A4A4A4. Windows color (decimal): -5850831 or 3258790. OLE color: 3258790.
HSL color Cylindrical-coordinate representation of color #A6B931: hue angle of 68.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6B931 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 49 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.27 |
| HSL | 68.38º | 0.58% | 0.46% | - |
| HSV(B) | 68.38º | 0.74% | 0.73% | - |
| XYZ | 33.63 | 43.03 | 9.44 | - |
| YUV | 163.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 49 | 0.10 | 0 | 0.74 | 0.27 | 68.38 | 0.58 | 0.46 |
| Hex | A6 | B9 | 31 | A | 0 | 4A | 1B | 44 | 3A | 2E |
| Octal | 246 | 271 | 61 | 12 | 0 | 112 | 33 | 104 | 72 | 56 |
| Binary | 10100110 | 10111001 | 110001 | 1010 | 0 | 1001010 | 11011 | 1000100 | 111010 | 101110 |
Color Harmonies of #A6B931
Complementary color
Monochromatic Colors of #A6B931
Black with #A6B931
Text Example
Text Example
White with #A6B931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B931; }
p { color: rgb(166,185,49); }
H1.HeaderClassName
{
color: #A6B931;
}
.AnyTagClassName
{
color: #A6B931;
}
</style>
background-color css
<style>
a { background-color: #A6B931; }
a { background-color: rgb(166,185,49); }
div.DivClassName
{
background-color: #A6B931;
}
.BgClassName
{
background-color: #A6B931;
}
</style>
border-color css
<style>
span { border-color: #A6B931; }
span { border-color: rgb(166,185,49); }
td.TdClassName
{
border-color: #A6B931;
}
.TagClassName
{
border-color: #A6B931;
}
</style>