Shades of Bahia #A8C016
Tints of Bahia #A8C016
RGB
CMYK
RGB Variations
Color information
#A8C016 (or 0xA8C016) is known color: Bahia. HEX triplet: A8, C0 and 16. RGB value is (168,192,22). Sum of RGB (Red+Green+Blue) = 168+192+22=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C016 is #573FE9. Grayscale: #A6A6A6. Windows color (decimal): -5717994 or 1491112. OLE color: 1491112.
HSL color Cylindrical-coordinate representation of color #A8C016: hue angle of 68.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8C016 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 22 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.25 |
| HSL | 68.47º | 0.79% | 0.42% | - |
| HSV(B) | 68.47º | 0.89% | 0.75% | - |
| XYZ | 35.14 | 46.08 | 7.8 | - |
| YUV | 165.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 22 | 0.12 | 0 | 0.89 | 0.25 | 68.47 | 0.79 | 0.42 |
| Hex | A8 | C0 | 16 | C | 0 | 59 | 19 | 44 | 4F | 2A |
| Octal | 250 | 300 | 26 | 14 | 0 | 131 | 31 | 104 | 117 | 52 |
| Binary | 10101000 | 11000000 | 10110 | 1100 | 0 | 1011001 | 11001 | 1000100 | 1001111 | 101010 |
Color Harmonies of #A8C016
Complementary color
Monochromatic Colors of #A8C016
Black with #A8C016
Text Example
Text Example
White with #A8C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C016; }
p { color: rgb(168,192,22); }
H1.HeaderClassName
{
color: #A8C016;
}
.AnyTagClassName
{
color: #A8C016;
}
</style>
background-color css
<style>
a { background-color: #A8C016; }
a { background-color: rgb(168,192,22); }
div.DivClassName
{
background-color: #A8C016;
}
.BgClassName
{
background-color: #A8C016;
}
</style>
border-color css
<style>
span { border-color: #A8C016; }
span { border-color: rgb(168,192,22); }
td.TdClassName
{
border-color: #A8C016;
}
.TagClassName
{
border-color: #A8C016;
}
</style>