Shades of Bahia #A6C914
Tints of Bahia #A6C914
RGB
CMYK
RGB Variations
Color information
#A6C914 (or 0xA6C914) is known color: Bahia. HEX triplet: A6, C9 and 14. RGB value is (166,201,20). Sum of RGB (Red+Green+Blue) = 166+201+20=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C914 is #5936EB. Grayscale: #AAAAAA. Windows color (decimal): -5846764 or 1362342. OLE color: 1362342.
HSL color Cylindrical-coordinate representation of color #A6C914: hue angle of 71.6º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C914 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.21 |
| HSL | 71.6º | 0.82% | 0.43% | - |
| HSV(B) | 71.6º | 0.9% | 0.79% | - |
| XYZ | 36.74 | 49.93 | 8.36 | - |
| YUV | 169.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 20 | 0.17 | 0 | 0.90 | 0.21 | 71.6 | 0.82 | 0.43 |
| Hex | A6 | C9 | 14 | 11 | 0 | 5A | 15 | 48 | 52 | 2B |
| Octal | 246 | 311 | 24 | 21 | 0 | 132 | 25 | 110 | 122 | 53 |
| Binary | 10100110 | 11001001 | 10100 | 10001 | 0 | 1011010 | 10101 | 1001000 | 1010010 | 101011 |
Color Harmonies of #A6C914
Complementary color
Monochromatic Colors of #A6C914
Black with #A6C914
Text Example
Text Example
White with #A6C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C914; }
p { color: rgb(166,201,20); }
H1.HeaderClassName
{
color: #A6C914;
}
.AnyTagClassName
{
color: #A6C914;
}
</style>
background-color css
<style>
a { background-color: #A6C914; }
a { background-color: rgb(166,201,20); }
div.DivClassName
{
background-color: #A6C914;
}
.BgClassName
{
background-color: #A6C914;
}
</style>
border-color css
<style>
span { border-color: #A6C914; }
span { border-color: rgb(166,201,20); }
td.TdClassName
{
border-color: #A6C914;
}
.TagClassName
{
border-color: #A6C914;
}
</style>