Shades of Bahia #A6B42C
Tints of Bahia #A6B42C
RGB
CMYK
RGB Variations
Color information
#A6B42C (or 0xA6B42C) is known color: Bahia. HEX triplet: A6, B4 and 2C. RGB value is (166,180,44). Sum of RGB (Red+Green+Blue) = 166+180+44=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B42C is #594BD3. Grayscale: #A0A0A0. Windows color (decimal): -5852116 or 2929830. OLE color: 2929830.
HSL color Cylindrical-coordinate representation of color #A6B42C: hue angle of 66.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6B42C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 44 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.29 |
| HSL | 66.18º | 0.61% | 0.44% | - |
| HSV(B) | 66.18º | 0.76% | 0.71% | - |
| XYZ | 32.5 | 40.93 | 8.57 | - |
| YUV | 160.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 44 | 0.08 | 0 | 0.76 | 0.29 | 66.18 | 0.61 | 0.44 |
| Hex | A6 | B4 | 2C | 8 | 0 | 4C | 1D | 42 | 3D | 2C |
| Octal | 246 | 264 | 54 | 10 | 0 | 114 | 35 | 102 | 75 | 54 |
| Binary | 10100110 | 10110100 | 101100 | 1000 | 0 | 1001100 | 11101 | 1000010 | 111101 | 101100 |
Color Harmonies of #A6B42C
Complementary color
Monochromatic Colors of #A6B42C
Black with #A6B42C
Text Example
Text Example
White with #A6B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B42C; }
p { color: rgb(166,180,44); }
H1.HeaderClassName
{
color: #A6B42C;
}
.AnyTagClassName
{
color: #A6B42C;
}
</style>
background-color css
<style>
a { background-color: #A6B42C; }
a { background-color: rgb(166,180,44); }
div.DivClassName
{
background-color: #A6B42C;
}
.BgClassName
{
background-color: #A6B42C;
}
</style>
border-color css
<style>
span { border-color: #A6B42C; }
span { border-color: rgb(166,180,44); }
td.TdClassName
{
border-color: #A6B42C;
}
.TagClassName
{
border-color: #A6B42C;
}
</style>