Shades of Bahia #A6B331
Tints of Bahia #A6B331
RGB
CMYK
RGB Variations
Color information
#A6B331 (or 0xA6B331) is known color: Bahia. HEX triplet: A6, B3 and 31. RGB value is (166,179,49). Sum of RGB (Red+Green+Blue) = 166+179+49=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B331 is #594CCE. Grayscale: #A0A0A0. Windows color (decimal): -5852367 or 3257254. OLE color: 3257254.
HSL color Cylindrical-coordinate representation of color #A6B331: hue angle of 66º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6B331 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 49 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.30 |
| HSL | 66º | 0.57% | 0.45% | - |
| HSV(B) | 66º | 0.73% | 0.7% | - |
| XYZ | 32.4 | 40.57 | 9.03 | - |
| YUV | 160.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 49 | 0.07 | 0 | 0.73 | 0.30 | 66 | 0.57 | 0.45 |
| Hex | A6 | B3 | 31 | 7 | 0 | 49 | 1E | 42 | 39 | 2D |
| Octal | 246 | 263 | 61 | 7 | 0 | 111 | 36 | 102 | 71 | 55 |
| Binary | 10100110 | 10110011 | 110001 | 111 | 0 | 1001001 | 11110 | 1000010 | 111001 | 101101 |
Color Harmonies of #A6B331
Complementary color
Monochromatic Colors of #A6B331
Black with #A6B331
Text Example
Text Example
White with #A6B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B331; }
p { color: rgb(166,179,49); }
H1.HeaderClassName
{
color: #A6B331;
}
.AnyTagClassName
{
color: #A6B331;
}
</style>
background-color css
<style>
a { background-color: #A6B331; }
a { background-color: rgb(166,179,49); }
div.DivClassName
{
background-color: #A6B331;
}
.BgClassName
{
background-color: #A6B331;
}
</style>
border-color css
<style>
span { border-color: #A6B331; }
span { border-color: rgb(166,179,49); }
td.TdClassName
{
border-color: #A6B331;
}
.TagClassName
{
border-color: #A6B331;
}
</style>