Shades of Bahia #A6C21A
Tints of Bahia #A6C21A
RGB
CMYK
RGB Variations
Color information
#A6C21A (or 0xA6C21A) is known color: Bahia. HEX triplet: A6, C2 and 1A. RGB value is (166,194,26). Sum of RGB (Red+Green+Blue) = 166+194+26=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C21A is #593DE5. Grayscale: #A7A7A7. Windows color (decimal): -5848550 or 1753766. OLE color: 1753766.
HSL color Cylindrical-coordinate representation of color #A6C21A: hue angle of 70º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6C21A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 26 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.24 |
| HSL | 70º | 0.76% | 0.43% | - |
| HSV(B) | 70º | 0.87% | 0.76% | - |
| XYZ | 35.2 | 46.77 | 8.15 | - |
| YUV | 166.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 26 | 0.14 | 0 | 0.87 | 0.24 | 70 | 0.76 | 0.43 |
| Hex | A6 | C2 | 1A | E | 0 | 57 | 18 | 46 | 4C | 2B |
| Octal | 246 | 302 | 32 | 16 | 0 | 127 | 30 | 106 | 114 | 53 |
| Binary | 10100110 | 11000010 | 11010 | 1110 | 0 | 1010111 | 11000 | 1000110 | 1001100 | 101011 |
Color Harmonies of #A6C21A
Complementary color
Monochromatic Colors of #A6C21A
Black with #A6C21A
Text Example
Text Example
White with #A6C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C21A; }
p { color: rgb(166,194,26); }
H1.HeaderClassName
{
color: #A6C21A;
}
.AnyTagClassName
{
color: #A6C21A;
}
</style>
background-color css
<style>
a { background-color: #A6C21A; }
a { background-color: rgb(166,194,26); }
div.DivClassName
{
background-color: #A6C21A;
}
.BgClassName
{
background-color: #A6C21A;
}
</style>
border-color css
<style>
span { border-color: #A6C21A; }
span { border-color: rgb(166,194,26); }
td.TdClassName
{
border-color: #A6C21A;
}
.TagClassName
{
border-color: #A6C21A;
}
</style>