Shades of Bahia #A9C629
Tints of Bahia #A9C629
RGB
CMYK
RGB Variations
Color information
#A9C629 (or 0xA9C629) is known color: Bahia. HEX triplet: A9, C6 and 29. RGB value is (169,198,41). Sum of RGB (Red+Green+Blue) = 169+198+41=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C629 is #5639D6. Grayscale: #ACACAC. Windows color (decimal): -5650903 or 2737833. OLE color: 2737833.
HSL color Cylindrical-coordinate representation of color #A9C629: hue angle of 71.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9C629 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 41 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.22 |
| HSL | 71.08º | 0.66% | 0.47% | - |
| HSV(B) | 71.08º | 0.79% | 0.78% | - |
| XYZ | 36.96 | 48.98 | 9.6 | - |
| YUV | 171.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 41 | 0.15 | 0 | 0.79 | 0.22 | 71.08 | 0.66 | 0.47 |
| Hex | A9 | C6 | 29 | F | 0 | 4F | 16 | 47 | 42 | 2F |
| Octal | 251 | 306 | 51 | 17 | 0 | 117 | 26 | 107 | 102 | 57 |
| Binary | 10101001 | 11000110 | 101001 | 1111 | 0 | 1001111 | 10110 | 1000111 | 1000010 | 101111 |
Color Harmonies of #A9C629
Complementary color
Monochromatic Colors of #A9C629
Black with #A9C629
Text Example
Text Example
White with #A9C629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C629; }
p { color: rgb(169,198,41); }
H1.HeaderClassName
{
color: #A9C629;
}
.AnyTagClassName
{
color: #A9C629;
}
</style>
background-color css
<style>
a { background-color: #A9C629; }
a { background-color: rgb(169,198,41); }
div.DivClassName
{
background-color: #A9C629;
}
.BgClassName
{
background-color: #A9C629;
}
</style>
border-color css
<style>
span { border-color: #A9C629; }
span { border-color: rgb(169,198,41); }
td.TdClassName
{
border-color: #A9C629;
}
.TagClassName
{
border-color: #A9C629;
}
</style>