Shades of Bahia #A6C413
Tints of Bahia #A6C413
RGB
CMYK
RGB Variations
Color information
#A6C413 (or 0xA6C413) is known color: Bahia. HEX triplet: A6, C4 and 13. RGB value is (166,196,19). Sum of RGB (Red+Green+Blue) = 166+196+19=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C413 is #593BEC. Grayscale: #A7A7A7. Windows color (decimal): -5848045 or 1295526. OLE color: 1295526.
HSL color Cylindrical-coordinate representation of color #A6C413: hue angle of 70.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C413 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.23 |
| HSL | 70.17º | 0.82% | 0.42% | - |
| HSV(B) | 70.17º | 0.9% | 0.77% | - |
| XYZ | 35.58 | 47.63 | 7.93 | - |
| YUV | 166.85 | 44.56 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 19 | 0.15 | 0 | 0.90 | 0.23 | 70.17 | 0.82 | 0.42 |
| Hex | A6 | C4 | 13 | F | 0 | 5A | 17 | 46 | 52 | 2A |
| Octal | 246 | 304 | 23 | 17 | 0 | 132 | 27 | 106 | 122 | 52 |
| Binary | 10100110 | 11000100 | 10011 | 1111 | 0 | 1011010 | 10111 | 1000110 | 1010010 | 101010 |
Color Harmonies of #A6C413
Complementary color
Monochromatic Colors of #A6C413
Black with #A6C413
Text Example
Text Example
White with #A6C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C413; }
p { color: rgb(166,196,19); }
H1.HeaderClassName
{
color: #A6C413;
}
.AnyTagClassName
{
color: #A6C413;
}
</style>
background-color css
<style>
a { background-color: #A6C413; }
a { background-color: rgb(166,196,19); }
div.DivClassName
{
background-color: #A6C413;
}
.BgClassName
{
background-color: #A6C413;
}
</style>
border-color css
<style>
span { border-color: #A6C413; }
span { border-color: rgb(166,196,19); }
td.TdClassName
{
border-color: #A6C413;
}
.TagClassName
{
border-color: #A6C413;
}
</style>