Shades of Bahia #A8C514
Tints of Bahia #A8C514
RGB
CMYK
RGB Variations
Color information
#A8C514 (or 0xA8C514) is known color: Bahia. HEX triplet: A8, C5 and 14. RGB value is (168,197,20). Sum of RGB (Red+Green+Blue) = 168+197+20=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C514 is #573AEB. Grayscale: #A8A8A8. Windows color (decimal): -5716716 or 1361320. OLE color: 1361320.
HSL color Cylindrical-coordinate representation of color #A8C514: hue angle of 69.83º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C514 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.23 |
| HSL | 69.83º | 0.82% | 0.43% | - |
| HSV(B) | 69.83º | 0.9% | 0.77% | - |
| XYZ | 36.24 | 48.31 | 8.08 | - |
| YUV | 168.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 20 | 0.15 | 0 | 0.90 | 0.23 | 69.83 | 0.82 | 0.43 |
| Hex | A8 | C5 | 14 | F | 0 | 5A | 17 | 46 | 52 | 2B |
| Octal | 250 | 305 | 24 | 17 | 0 | 132 | 27 | 106 | 122 | 53 |
| Binary | 10101000 | 11000101 | 10100 | 1111 | 0 | 1011010 | 10111 | 1000110 | 1010010 | 101011 |
Color Harmonies of #A8C514
Complementary color
Monochromatic Colors of #A8C514
Black with #A8C514
Text Example
Text Example
White with #A8C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C514; }
p { color: rgb(168,197,20); }
H1.HeaderClassName
{
color: #A8C514;
}
.AnyTagClassName
{
color: #A8C514;
}
</style>
background-color css
<style>
a { background-color: #A8C514; }
a { background-color: rgb(168,197,20); }
div.DivClassName
{
background-color: #A8C514;
}
.BgClassName
{
background-color: #A8C514;
}
</style>
border-color css
<style>
span { border-color: #A8C514; }
span { border-color: rgb(168,197,20); }
td.TdClassName
{
border-color: #A8C514;
}
.TagClassName
{
border-color: #A8C514;
}
</style>