Shades of Bahia #A6B31C
Tints of Bahia #A6B31C
RGB
CMYK
RGB Variations
Color information
#A6B31C (or 0xA6B31C) is known color: Bahia. HEX triplet: A6, B3 and 1C. RGB value is (166,179,28). Sum of RGB (Red+Green+Blue) = 166+179+28=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B31C is #594CE3. Grayscale: #9E9E9E. Windows color (decimal): -5852388 or 1880998. OLE color: 1880998.
HSL color Cylindrical-coordinate representation of color #A6B31C: hue angle of 65.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B31C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 28 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.30 |
| HSL | 65.17º | 0.73% | 0.41% | - |
| HSV(B) | 65.17º | 0.84% | 0.7% | - |
| XYZ | 32.06 | 40.43 | 7.21 | - |
| YUV | 157.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 28 | 0.07 | 0 | 0.84 | 0.30 | 65.17 | 0.73 | 0.41 |
| Hex | A6 | B3 | 1C | 7 | 0 | 54 | 1E | 41 | 49 | 29 |
| Octal | 246 | 263 | 34 | 7 | 0 | 124 | 36 | 101 | 111 | 51 |
| Binary | 10100110 | 10110011 | 11100 | 111 | 0 | 1010100 | 11110 | 1000001 | 1001001 | 101001 |
Color Harmonies of #A6B31C
Complementary color
Monochromatic Colors of #A6B31C
Black with #A6B31C
Text Example
Text Example
White with #A6B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B31C; }
p { color: rgb(166,179,28); }
H1.HeaderClassName
{
color: #A6B31C;
}
.AnyTagClassName
{
color: #A6B31C;
}
</style>
background-color css
<style>
a { background-color: #A6B31C; }
a { background-color: rgb(166,179,28); }
div.DivClassName
{
background-color: #A6B31C;
}
.BgClassName
{
background-color: #A6B31C;
}
</style>
border-color css
<style>
span { border-color: #A6B31C; }
span { border-color: rgb(166,179,28); }
td.TdClassName
{
border-color: #A6B31C;
}
.TagClassName
{
border-color: #A6B31C;
}
</style>