Shades of Bahia #A6C316
Tints of Bahia #A6C316
RGB
CMYK
RGB Variations
Color information
#A6C316 (or 0xA6C316) is known color: Bahia. HEX triplet: A6, C3 and 16. RGB value is (166,195,22). Sum of RGB (Red+Green+Blue) = 166+195+22=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C316 is #593CE9. Grayscale: #A7A7A7. Windows color (decimal): -5848298 or 1491878. OLE color: 1491878.
HSL color Cylindrical-coordinate representation of color #A6C316: hue angle of 70.06º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6C316 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 22 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.24 |
| HSL | 70.06º | 0.8% | 0.43% | - |
| HSV(B) | 70.06º | 0.89% | 0.76% | - |
| XYZ | 35.39 | 47.2 | 8 | - |
| YUV | 166.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 22 | 0.15 | 0 | 0.89 | 0.24 | 70.06 | 0.8 | 0.43 |
| Hex | A6 | C3 | 16 | F | 0 | 59 | 18 | 46 | 50 | 2B |
| Octal | 246 | 303 | 26 | 17 | 0 | 131 | 30 | 106 | 120 | 53 |
| Binary | 10100110 | 11000011 | 10110 | 1111 | 0 | 1011001 | 11000 | 1000110 | 1010000 | 101011 |
Color Harmonies of #A6C316
Complementary color
Monochromatic Colors of #A6C316
Black with #A6C316
Text Example
Text Example
White with #A6C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C316; }
p { color: rgb(166,195,22); }
H1.HeaderClassName
{
color: #A6C316;
}
.AnyTagClassName
{
color: #A6C316;
}
</style>
background-color css
<style>
a { background-color: #A6C316; }
a { background-color: rgb(166,195,22); }
div.DivClassName
{
background-color: #A6C316;
}
.BgClassName
{
background-color: #A6C316;
}
</style>
border-color css
<style>
span { border-color: #A6C316; }
span { border-color: rgb(166,195,22); }
td.TdClassName
{
border-color: #A6C316;
}
.TagClassName
{
border-color: #A6C316;
}
</style>