Shades of Bahia #A6D11C
Tints of Bahia #A6D11C
RGB
CMYK
RGB Variations
Color information
#A6D11C (or 0xA6D11C) is known color: Bahia. HEX triplet: A6, D1 and 1C. RGB value is (166,209,28). Sum of RGB (Red+Green+Blue) = 166+209+28=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D11C is #592EE3. Grayscale: #B0B0B0. Windows color (decimal): -5844708 or 1888678. OLE color: 1888678.
HSL color Cylindrical-coordinate representation of color #A6D11C: hue angle of 74.25º degrees, saturation: 0.76, 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 #A6D11C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.18 |
| HSL | 74.25º | 0.76% | 0.46% | - |
| HSV(B) | 74.25º | 0.87% | 0.82% | - |
| XYZ | 38.74 | 53.79 | 9.44 | - |
| YUV | 175.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 28 | 0.21 | 0 | 0.87 | 0.18 | 74.25 | 0.76 | 0.46 |
| Hex | A6 | D1 | 1C | 15 | 0 | 57 | 12 | 4A | 4C | 2E |
| Octal | 246 | 321 | 34 | 25 | 0 | 127 | 22 | 112 | 114 | 56 |
| Binary | 10100110 | 11010001 | 11100 | 10101 | 0 | 1010111 | 10010 | 1001010 | 1001100 | 101110 |
Color Harmonies of #A6D11C
Complementary color
Monochromatic Colors of #A6D11C
Black with #A6D11C
Text Example
Text Example
White with #A6D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D11C; }
p { color: rgb(166,209,28); }
H1.HeaderClassName
{
color: #A6D11C;
}
.AnyTagClassName
{
color: #A6D11C;
}
</style>
background-color css
<style>
a { background-color: #A6D11C; }
a { background-color: rgb(166,209,28); }
div.DivClassName
{
background-color: #A6D11C;
}
.BgClassName
{
background-color: #A6D11C;
}
</style>
border-color css
<style>
span { border-color: #A6D11C; }
span { border-color: rgb(166,209,28); }
td.TdClassName
{
border-color: #A6D11C;
}
.TagClassName
{
border-color: #A6D11C;
}
</style>