Shades of Bahia #A6C61B
Tints of Bahia #A6C61B
RGB
CMYK
RGB Variations
Color information
#A6C61B (or 0xA6C61B) is known color: Bahia. HEX triplet: A6, C6 and 1B. RGB value is (166,198,27). Sum of RGB (Red+Green+Blue) = 166+198+27=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C61B is #5939E4. Grayscale: #A9A9A9. Windows color (decimal): -5847525 or 1820326. OLE color: 1820326.
HSL color Cylindrical-coordinate representation of color #A6C61B: hue angle of 71.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C61B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 27 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.22 |
| HSL | 71.23º | 0.76% | 0.44% | - |
| HSV(B) | 71.23º | 0.86% | 0.78% | - |
| XYZ | 36.12 | 48.57 | 8.51 | - |
| YUV | 168.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 27 | 0.16 | 0 | 0.86 | 0.22 | 71.23 | 0.76 | 0.44 |
| Hex | A6 | C6 | 1B | 10 | 0 | 56 | 16 | 47 | 4C | 2C |
| Octal | 246 | 306 | 33 | 20 | 0 | 126 | 26 | 107 | 114 | 54 |
| Binary | 10100110 | 11000110 | 11011 | 10000 | 0 | 1010110 | 10110 | 1000111 | 1001100 | 101100 |
Color Harmonies of #A6C61B
Complementary color
Monochromatic Colors of #A6C61B
Black with #A6C61B
Text Example
Text Example
White with #A6C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C61B; }
p { color: rgb(166,198,27); }
H1.HeaderClassName
{
color: #A6C61B;
}
.AnyTagClassName
{
color: #A6C61B;
}
</style>
background-color css
<style>
a { background-color: #A6C61B; }
a { background-color: rgb(166,198,27); }
div.DivClassName
{
background-color: #A6C61B;
}
.BgClassName
{
background-color: #A6C61B;
}
</style>
border-color css
<style>
span { border-color: #A6C61B; }
span { border-color: rgb(166,198,27); }
td.TdClassName
{
border-color: #A6C61B;
}
.TagClassName
{
border-color: #A6C61B;
}
</style>