Shades of Bahia #A6CC16
Tints of Bahia #A6CC16
RGB
CMYK
RGB Variations
Color information
#A6CC16 (or 0xA6CC16) is known color: Bahia. HEX triplet: A6, CC and 16. RGB value is (166,204,22). Sum of RGB (Red+Green+Blue) = 166+204+22=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CC16 is #5933E9. Grayscale: #ACACAC. Windows color (decimal): -5845994 or 1494182. OLE color: 1494182.
HSL color Cylindrical-coordinate representation of color #A6CC16: hue angle of 72.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6CC16 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 22 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.2 |
| HSL | 72.53º | 0.81% | 0.44% | - |
| HSV(B) | 72.53º | 0.89% | 0.8% | - |
| XYZ | 37.46 | 51.35 | 8.7 | - |
| YUV | 171.89 | 43.41 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 22 | 0.19 | 0 | 0.89 | 0.2 | 72.53 | 0.81 | 0.44 |
| Hex | A6 | CC | 16 | 13 | 0 | 59 | 14 | 49 | 51 | 2C |
| Octal | 246 | 314 | 26 | 23 | 0 | 131 | 24 | 111 | 121 | 54 |
| Binary | 10100110 | 11001100 | 10110 | 10011 | 0 | 1011001 | 10100 | 1001001 | 1010001 | 101100 |
Color Harmonies of #A6CC16
Complementary color
Monochromatic Colors of #A6CC16
Black with #A6CC16
Text Example
Text Example
White with #A6CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC16; }
p { color: rgb(166,204,22); }
H1.HeaderClassName
{
color: #A6CC16;
}
.AnyTagClassName
{
color: #A6CC16;
}
</style>
background-color css
<style>
a { background-color: #A6CC16; }
a { background-color: rgb(166,204,22); }
div.DivClassName
{
background-color: #A6CC16;
}
.BgClassName
{
background-color: #A6CC16;
}
</style>
border-color css
<style>
span { border-color: #A6CC16; }
span { border-color: rgb(166,204,22); }
td.TdClassName
{
border-color: #A6CC16;
}
.TagClassName
{
border-color: #A6CC16;
}
</style>