Shades of Bahia #A8C113
Tints of Bahia #A8C113
RGB
CMYK
RGB Variations
Color information
#A8C113 (or 0xA8C113) is known color: Bahia. HEX triplet: A8, C1 and 13. RGB value is (168,193,19). Sum of RGB (Red+Green+Blue) = 168+193+19=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C113 is #573EEC. Grayscale: #A6A6A6. Windows color (decimal): -5717741 or 1294760. OLE color: 1294760.
HSL color Cylindrical-coordinate representation of color #A8C113: hue angle of 68.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C113 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 19 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.24 |
| HSL | 68.62º | 0.82% | 0.42% | - |
| HSV(B) | 68.62º | 0.9% | 0.76% | - |
| XYZ | 35.34 | 46.51 | 7.73 | - |
| YUV | 165.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 19 | 0.13 | 0 | 0.90 | 0.24 | 68.62 | 0.82 | 0.42 |
| Hex | A8 | C1 | 13 | D | 0 | 5A | 18 | 45 | 52 | 2A |
| Octal | 250 | 301 | 23 | 15 | 0 | 132 | 30 | 105 | 122 | 52 |
| Binary | 10101000 | 11000001 | 10011 | 1101 | 0 | 1011010 | 11000 | 1000101 | 1010010 | 101010 |
Color Harmonies of #A8C113
Complementary color
Monochromatic Colors of #A8C113
Black with #A8C113
Text Example
Text Example
White with #A8C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C113; }
p { color: rgb(168,193,19); }
H1.HeaderClassName
{
color: #A8C113;
}
.AnyTagClassName
{
color: #A8C113;
}
</style>
background-color css
<style>
a { background-color: #A8C113; }
a { background-color: rgb(168,193,19); }
div.DivClassName
{
background-color: #A8C113;
}
.BgClassName
{
background-color: #A8C113;
}
</style>
border-color css
<style>
span { border-color: #A8C113; }
span { border-color: rgb(168,193,19); }
td.TdClassName
{
border-color: #A8C113;
}
.TagClassName
{
border-color: #A8C113;
}
</style>