Shades of Bahia #A8C131
Tints of Bahia #A8C131
RGB
CMYK
RGB Variations
Color information
#A8C131 (or 0xA8C131) is known color: Bahia. HEX triplet: A8, C1 and 31. RGB value is (168,193,49). Sum of RGB (Red+Green+Blue) = 168+193+49=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C131 is #573ECE. Grayscale: #A9A9A9. Windows color (decimal): -5717711 or 3260840. OLE color: 3260840.
HSL color Cylindrical-coordinate representation of color #A8C131: hue angle of 70.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8C131 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 49 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.24 |
| HSL | 70.42º | 0.6% | 0.47% | - |
| HSV(B) | 70.42º | 0.75% | 0.76% | - |
| XYZ | 35.77 | 46.69 | 10.03 | - |
| YUV | 169.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 49 | 0.13 | 0 | 0.75 | 0.24 | 70.42 | 0.6 | 0.47 |
| Hex | A8 | C1 | 31 | D | 0 | 4B | 18 | 46 | 3C | 2F |
| Octal | 250 | 301 | 61 | 15 | 0 | 113 | 30 | 106 | 74 | 57 |
| Binary | 10101000 | 11000001 | 110001 | 1101 | 0 | 1001011 | 11000 | 1000110 | 111100 | 101111 |
Color Harmonies of #A8C131
Complementary color
Monochromatic Colors of #A8C131
Black with #A8C131
Text Example
Text Example
White with #A8C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C131; }
p { color: rgb(168,193,49); }
H1.HeaderClassName
{
color: #A8C131;
}
.AnyTagClassName
{
color: #A8C131;
}
</style>
background-color css
<style>
a { background-color: #A8C131; }
a { background-color: rgb(168,193,49); }
div.DivClassName
{
background-color: #A8C131;
}
.BgClassName
{
background-color: #A8C131;
}
</style>
border-color css
<style>
span { border-color: #A8C131; }
span { border-color: rgb(168,193,49); }
td.TdClassName
{
border-color: #A8C131;
}
.TagClassName
{
border-color: #A8C131;
}
</style>