Shades of Bahia #A6C814
Tints of Bahia #A6C814
RGB
CMYK
RGB Variations
Color information
#A6C814 (or 0xA6C814) is known color: Bahia. HEX triplet: A6, C8 and 14. RGB value is (166,200,20). Sum of RGB (Red+Green+Blue) = 166+200+20=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C814 is #5937EB. Grayscale: #AAAAAA. Windows color (decimal): -5847020 or 1362086. OLE color: 1362086.
HSL color Cylindrical-coordinate representation of color #A6C814: hue angle of 71.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C814 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 20 | - |
| CMYK | 0.17 | 0 | 0.9 | 0.22 |
| HSL | 71.33º | 0.82% | 0.43% | - |
| HSV(B) | 71.33º | 0.9% | 0.78% | - |
| XYZ | 36.51 | 49.47 | 8.29 | - |
| YUV | 169.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 20 | 0.17 | 0 | 0.9 | 0.22 | 71.33 | 0.82 | 0.43 |
| Hex | A6 | C8 | 14 | 11 | 0 | 5A | 16 | 47 | 52 | 2B |
| Octal | 246 | 310 | 24 | 21 | 0 | 132 | 26 | 107 | 122 | 53 |
| Binary | 10100110 | 11001000 | 10100 | 10001 | 0 | 1011010 | 10110 | 1000111 | 1010010 | 101011 |
Color Harmonies of #A6C814
Complementary color
Monochromatic Colors of #A6C814
Black with #A6C814
Text Example
Text Example
White with #A6C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C814; }
p { color: rgb(166,200,20); }
H1.HeaderClassName
{
color: #A6C814;
}
.AnyTagClassName
{
color: #A6C814;
}
</style>
background-color css
<style>
a { background-color: #A6C814; }
a { background-color: rgb(166,200,20); }
div.DivClassName
{
background-color: #A6C814;
}
.BgClassName
{
background-color: #A6C814;
}
</style>
border-color css
<style>
span { border-color: #A6C814; }
span { border-color: rgb(166,200,20); }
td.TdClassName
{
border-color: #A6C814;
}
.TagClassName
{
border-color: #A6C814;
}
</style>