Shades of Bahia #A8C329
Tints of Bahia #A8C329
RGB
CMYK
RGB Variations
Color information
#A8C329 (or 0xA8C329) is known color: Bahia. HEX triplet: A8, C3 and 29. RGB value is (168,195,41). Sum of RGB (Red+Green+Blue) = 168+195+41=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C329 is #573CD6. Grayscale: #A9A9A9. Windows color (decimal): -5717207 or 2737064. OLE color: 2737064.
HSL color Cylindrical-coordinate representation of color #A8C329: hue angle of 70.52º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8C329 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 41 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.24 |
| HSL | 70.52º | 0.65% | 0.46% | - |
| HSV(B) | 70.52º | 0.79% | 0.76% | - |
| XYZ | 36.06 | 47.52 | 9.37 | - |
| YUV | 169.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 41 | 0.14 | 0 | 0.79 | 0.24 | 70.52 | 0.65 | 0.46 |
| Hex | A8 | C3 | 29 | E | 0 | 4F | 18 | 47 | 41 | 2E |
| Octal | 250 | 303 | 51 | 16 | 0 | 117 | 30 | 107 | 101 | 56 |
| Binary | 10101000 | 11000011 | 101001 | 1110 | 0 | 1001111 | 11000 | 1000111 | 1000001 | 101110 |
Color Harmonies of #A8C329
Complementary color
Monochromatic Colors of #A8C329
Black with #A8C329
Text Example
Text Example
White with #A8C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C329; }
p { color: rgb(168,195,41); }
H1.HeaderClassName
{
color: #A8C329;
}
.AnyTagClassName
{
color: #A8C329;
}
</style>
background-color css
<style>
a { background-color: #A8C329; }
a { background-color: rgb(168,195,41); }
div.DivClassName
{
background-color: #A8C329;
}
.BgClassName
{
background-color: #A8C329;
}
</style>
border-color css
<style>
span { border-color: #A8C329; }
span { border-color: rgb(168,195,41); }
td.TdClassName
{
border-color: #A8C329;
}
.TagClassName
{
border-color: #A8C329;
}
</style>