Shades of Bahia #A6C70D
Tints of Bahia #A6C70D
RGB
CMYK
RGB Variations
Color information
#A6C70D (or 0xA6C70D) is known color: Bahia. HEX triplet: A6, C7 and 0D. RGB value is (166,199,13). Sum of RGB (Red+Green+Blue) = 166+199+13=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C70D is #5938F2. Grayscale: #A8A8A8. Windows color (decimal): -5847283 or 903078. OLE color: 903078.
HSL color Cylindrical-coordinate representation of color #A6C70D: hue angle of 70.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6C70D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 13 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.22 |
| HSL | 70.65º | 0.88% | 0.42% | - |
| HSV(B) | 70.65º | 0.93% | 0.78% | - |
| XYZ | 36.22 | 48.98 | 7.93 | - |
| YUV | 167.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 13 | 0.17 | 0 | 0.93 | 0.22 | 70.65 | 0.88 | 0.42 |
| Hex | A6 | C7 | D | 11 | 0 | 5D | 16 | 47 | 58 | 2A |
| Octal | 246 | 307 | 15 | 21 | 0 | 135 | 26 | 107 | 130 | 52 |
| Binary | 10100110 | 11000111 | 1101 | 10001 | 0 | 1011101 | 10110 | 1000111 | 1011000 | 101010 |
Color Harmonies of #A6C70D
Complementary color
Monochromatic Colors of #A6C70D
Black with #A6C70D
Text Example
Text Example
White with #A6C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C70D; }
p { color: rgb(166,199,13); }
H1.HeaderClassName
{
color: #A6C70D;
}
.AnyTagClassName
{
color: #A6C70D;
}
</style>
background-color css
<style>
a { background-color: #A6C70D; }
a { background-color: rgb(166,199,13); }
div.DivClassName
{
background-color: #A6C70D;
}
.BgClassName
{
background-color: #A6C70D;
}
</style>
border-color css
<style>
span { border-color: #A6C70D; }
span { border-color: rgb(166,199,13); }
td.TdClassName
{
border-color: #A6C70D;
}
.TagClassName
{
border-color: #A6C70D;
}
</style>