Shades of Bahia #A6B71C
Tints of Bahia #A6B71C
RGB
CMYK
RGB Variations
Color information
#A6B71C (or 0xA6B71C) is known color: Bahia. HEX triplet: A6, B7 and 1C. RGB value is (166,183,28). Sum of RGB (Red+Green+Blue) = 166+183+28=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B71C is #5948E3. Grayscale: #A0A0A0. Windows color (decimal): -5851364 or 1882022. OLE color: 1882022.
HSL color Cylindrical-coordinate representation of color #A6B71C: hue angle of 66.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6B71C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 28 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.28 |
| HSL | 66.58º | 0.73% | 0.41% | - |
| HSV(B) | 66.58º | 0.85% | 0.72% | - |
| XYZ | 32.87 | 42.06 | 7.48 | - |
| YUV | 160.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 28 | 0.09 | 0 | 0.85 | 0.28 | 66.58 | 0.73 | 0.41 |
| Hex | A6 | B7 | 1C | 9 | 0 | 55 | 1C | 43 | 49 | 29 |
| Octal | 246 | 267 | 34 | 11 | 0 | 125 | 34 | 103 | 111 | 51 |
| Binary | 10100110 | 10110111 | 11100 | 1001 | 0 | 1010101 | 11100 | 1000011 | 1001001 | 101001 |
Color Harmonies of #A6B71C
Complementary color
Monochromatic Colors of #A6B71C
Black with #A6B71C
Text Example
Text Example
White with #A6B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B71C; }
p { color: rgb(166,183,28); }
H1.HeaderClassName
{
color: #A6B71C;
}
.AnyTagClassName
{
color: #A6B71C;
}
</style>
background-color css
<style>
a { background-color: #A6B71C; }
a { background-color: rgb(166,183,28); }
div.DivClassName
{
background-color: #A6B71C;
}
.BgClassName
{
background-color: #A6B71C;
}
</style>
border-color css
<style>
span { border-color: #A6B71C; }
span { border-color: rgb(166,183,28); }
td.TdClassName
{
border-color: #A6B71C;
}
.TagClassName
{
border-color: #A6B71C;
}
</style>