Shades of Bahia #A8C429
Tints of Bahia #A8C429
RGB
CMYK
RGB Variations
Color information
#A8C429 (or 0xA8C429) is known color: Bahia. HEX triplet: A8, C4 and 29. RGB value is (168,196,41). Sum of RGB (Red+Green+Blue) = 168+196+41=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C429 is #573BD6. Grayscale: #AAAAAA. Windows color (decimal): -5716951 or 2737320. OLE color: 2737320.
HSL color Cylindrical-coordinate representation of color #A8C429: hue angle of 70.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8C429 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 41 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.23 |
| HSL | 70.84º | 0.65% | 0.46% | - |
| HSV(B) | 70.84º | 0.79% | 0.77% | - |
| XYZ | 36.29 | 47.96 | 9.44 | - |
| YUV | 169.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 41 | 0.14 | 0 | 0.79 | 0.23 | 70.84 | 0.65 | 0.46 |
| Hex | A8 | C4 | 29 | E | 0 | 4F | 17 | 47 | 41 | 2E |
| Octal | 250 | 304 | 51 | 16 | 0 | 117 | 27 | 107 | 101 | 56 |
| Binary | 10101000 | 11000100 | 101001 | 1110 | 0 | 1001111 | 10111 | 1000111 | 1000001 | 101110 |
Color Harmonies of #A8C429
Complementary color
Monochromatic Colors of #A8C429
Black with #A8C429
Text Example
Text Example
White with #A8C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C429; }
p { color: rgb(168,196,41); }
H1.HeaderClassName
{
color: #A8C429;
}
.AnyTagClassName
{
color: #A8C429;
}
</style>
background-color css
<style>
a { background-color: #A8C429; }
a { background-color: rgb(168,196,41); }
div.DivClassName
{
background-color: #A8C429;
}
.BgClassName
{
background-color: #A8C429;
}
</style>
border-color css
<style>
span { border-color: #A8C429; }
span { border-color: rgb(168,196,41); }
td.TdClassName
{
border-color: #A8C429;
}
.TagClassName
{
border-color: #A8C429;
}
</style>