Shades of Bahia #A8C014
Tints of Bahia #A8C014
RGB
CMYK
RGB Variations
Color information
#A8C014 (or 0xA8C014) is known color: Bahia. HEX triplet: A8, C0 and 14. RGB value is (168,192,20). Sum of RGB (Red+Green+Blue) = 168+192+20=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C014 is #573FEB. Grayscale: #A5A5A5. Windows color (decimal): -5717996 or 1360040. OLE color: 1360040.
HSL color Cylindrical-coordinate representation of color #A8C014: hue angle of 68.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C014 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.25 |
| HSL | 68.37º | 0.81% | 0.42% | - |
| HSV(B) | 68.37º | 0.9% | 0.75% | - |
| XYZ | 35.12 | 46.07 | 7.7 | - |
| YUV | 165.22 | 46.05 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 20 | 0.12 | 0 | 0.90 | 0.25 | 68.37 | 0.81 | 0.42 |
| Hex | A8 | C0 | 14 | C | 0 | 5A | 19 | 44 | 51 | 2A |
| Octal | 250 | 300 | 24 | 14 | 0 | 132 | 31 | 104 | 121 | 52 |
| Binary | 10101000 | 11000000 | 10100 | 1100 | 0 | 1011010 | 11001 | 1000100 | 1010001 | 101010 |
Color Harmonies of #A8C014
Complementary color
Monochromatic Colors of #A8C014
Black with #A8C014
Text Example
Text Example
White with #A8C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C014; }
p { color: rgb(168,192,20); }
H1.HeaderClassName
{
color: #A8C014;
}
.AnyTagClassName
{
color: #A8C014;
}
</style>
background-color css
<style>
a { background-color: #A8C014; }
a { background-color: rgb(168,192,20); }
div.DivClassName
{
background-color: #A8C014;
}
.BgClassName
{
background-color: #A8C014;
}
</style>
border-color css
<style>
span { border-color: #A8C014; }
span { border-color: rgb(168,192,20); }
td.TdClassName
{
border-color: #A8C014;
}
.TagClassName
{
border-color: #A8C014;
}
</style>