Shades of Bahia #A8C229
Tints of Bahia #A8C229
RGB
CMYK
RGB Variations
Color information
#A8C229 (or 0xA8C229) is known color: Bahia. HEX triplet: A8, C2 and 29. RGB value is (168,194,41). Sum of RGB (Red+Green+Blue) = 168+194+41=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C229 is #573DD6. Grayscale: #A9A9A9. Windows color (decimal): -5717463 or 2736808. OLE color: 2736808.
HSL color Cylindrical-coordinate representation of color #A8C229: hue angle of 70.2º 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 #A8C229 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 41 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.24 |
| HSL | 70.2º | 0.65% | 0.46% | - |
| HSV(B) | 70.2º | 0.79% | 0.76% | - |
| XYZ | 35.84 | 47.07 | 9.29 | - |
| YUV | 168.78 | 55.89 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 41 | 0.13 | 0 | 0.79 | 0.24 | 70.2 | 0.65 | 0.46 |
| Hex | A8 | C2 | 29 | D | 0 | 4F | 18 | 46 | 41 | 2E |
| Octal | 250 | 302 | 51 | 15 | 0 | 117 | 30 | 106 | 101 | 56 |
| Binary | 10101000 | 11000010 | 101001 | 1101 | 0 | 1001111 | 11000 | 1000110 | 1000001 | 101110 |
Color Harmonies of #A8C229
Complementary color
Monochromatic Colors of #A8C229
Black with #A8C229
Text Example
Text Example
White with #A8C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C229; }
p { color: rgb(168,194,41); }
H1.HeaderClassName
{
color: #A8C229;
}
.AnyTagClassName
{
color: #A8C229;
}
</style>
background-color css
<style>
a { background-color: #A8C229; }
a { background-color: rgb(168,194,41); }
div.DivClassName
{
background-color: #A8C229;
}
.BgClassName
{
background-color: #A8C229;
}
</style>
border-color css
<style>
span { border-color: #A8C229; }
span { border-color: rgb(168,194,41); }
td.TdClassName
{
border-color: #A8C229;
}
.TagClassName
{
border-color: #A8C229;
}
</style>