Shades of Bahia #A6D11B
Tints of Bahia #A6D11B
RGB
CMYK
RGB Variations
Color information
#A6D11B (or 0xA6D11B) is known color: Bahia. HEX triplet: A6, D1 and 1B. RGB value is (166,209,27). Sum of RGB (Red+Green+Blue) = 166+209+27=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D11B is #592EE4. Grayscale: #B0B0B0. Windows color (decimal): -5844709 or 1823142. OLE color: 1823142.
HSL color Cylindrical-coordinate representation of color #A6D11B: hue angle of 74.18º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6D11B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 27 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.18 |
| HSL | 74.18º | 0.77% | 0.46% | - |
| HSV(B) | 74.18º | 0.87% | 0.82% | - |
| XYZ | 38.72 | 53.79 | 9.38 | - |
| YUV | 175.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 27 | 0.21 | 0 | 0.87 | 0.18 | 74.18 | 0.77 | 0.46 |
| Hex | A6 | D1 | 1B | 15 | 0 | 57 | 12 | 4A | 4D | 2E |
| Octal | 246 | 321 | 33 | 25 | 0 | 127 | 22 | 112 | 115 | 56 |
| Binary | 10100110 | 11010001 | 11011 | 10101 | 0 | 1010111 | 10010 | 1001010 | 1001101 | 101110 |
Color Harmonies of #A6D11B
Complementary color
Monochromatic Colors of #A6D11B
Black with #A6D11B
Text Example
Text Example
White with #A6D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D11B; }
p { color: rgb(166,209,27); }
H1.HeaderClassName
{
color: #A6D11B;
}
.AnyTagClassName
{
color: #A6D11B;
}
</style>
background-color css
<style>
a { background-color: #A6D11B; }
a { background-color: rgb(166,209,27); }
div.DivClassName
{
background-color: #A6D11B;
}
.BgClassName
{
background-color: #A6D11B;
}
</style>
border-color css
<style>
span { border-color: #A6D11B; }
span { border-color: rgb(166,209,27); }
td.TdClassName
{
border-color: #A6D11B;
}
.TagClassName
{
border-color: #A6D11B;
}
</style>