Shades of Bahia #A6B21C
Tints of Bahia #A6B21C
RGB
CMYK
RGB Variations
Color information
#A6B21C (or 0xA6B21C) is known color: Bahia. HEX triplet: A6, B2 and 1C. RGB value is (166,178,28). Sum of RGB (Red+Green+Blue) = 166+178+28=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B21C is #594DE3. Grayscale: #9D9D9D. Windows color (decimal): -5852644 or 1880742. OLE color: 1880742.
HSL color Cylindrical-coordinate representation of color #A6B21C: hue angle of 64.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B21C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 28 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.30 |
| HSL | 64.8º | 0.73% | 0.4% | - |
| HSV(B) | 64.8º | 0.84% | 0.7% | - |
| XYZ | 31.86 | 40.03 | 7.15 | - |
| YUV | 157.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 28 | 0.07 | 0 | 0.84 | 0.30 | 64.8 | 0.73 | 0.4 |
| Hex | A6 | B2 | 1C | 7 | 0 | 54 | 1E | 41 | 49 | 28 |
| Octal | 246 | 262 | 34 | 7 | 0 | 124 | 36 | 101 | 111 | 50 |
| Binary | 10100110 | 10110010 | 11100 | 111 | 0 | 1010100 | 11110 | 1000001 | 1001001 | 101000 |
Color Harmonies of #A6B21C
Complementary color
Monochromatic Colors of #A6B21C
Black with #A6B21C
Text Example
Text Example
White with #A6B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B21C; }
p { color: rgb(166,178,28); }
H1.HeaderClassName
{
color: #A6B21C;
}
.AnyTagClassName
{
color: #A6B21C;
}
</style>
background-color css
<style>
a { background-color: #A6B21C; }
a { background-color: rgb(166,178,28); }
div.DivClassName
{
background-color: #A6B21C;
}
.BgClassName
{
background-color: #A6B21C;
}
</style>
border-color css
<style>
span { border-color: #A6B21C; }
span { border-color: rgb(166,178,28); }
td.TdClassName
{
border-color: #A6B21C;
}
.TagClassName
{
border-color: #A6B21C;
}
</style>