Shades of Bahia #A9C626
Tints of Bahia #A9C626
RGB
CMYK
RGB Variations
Color information
#A9C626 (or 0xA9C626) is known color: Bahia. HEX triplet: A9, C6 and 26. RGB value is (169,198,38). Sum of RGB (Red+Green+Blue) = 169+198+38=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C626 is #5639D9. Grayscale: #ABABAB. Windows color (decimal): -5650906 or 2541225. OLE color: 2541225.
HSL color Cylindrical-coordinate representation of color #A9C626: hue angle of 70.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9C626 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 38 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.22 |
| HSL | 70.88º | 0.68% | 0.46% | - |
| HSV(B) | 70.88º | 0.81% | 0.78% | - |
| XYZ | 36.91 | 48.96 | 9.34 | - |
| YUV | 171.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 38 | 0.15 | 0 | 0.81 | 0.22 | 70.88 | 0.68 | 0.46 |
| Hex | A9 | C6 | 26 | F | 0 | 51 | 16 | 47 | 44 | 2E |
| Octal | 251 | 306 | 46 | 17 | 0 | 121 | 26 | 107 | 104 | 56 |
| Binary | 10101001 | 11000110 | 100110 | 1111 | 0 | 1010001 | 10110 | 1000111 | 1000100 | 101110 |
Color Harmonies of #A9C626
Complementary color
Monochromatic Colors of #A9C626
Black with #A9C626
Text Example
Text Example
White with #A9C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C626; }
p { color: rgb(169,198,38); }
H1.HeaderClassName
{
color: #A9C626;
}
.AnyTagClassName
{
color: #A9C626;
}
</style>
background-color css
<style>
a { background-color: #A9C626; }
a { background-color: rgb(169,198,38); }
div.DivClassName
{
background-color: #A9C626;
}
.BgClassName
{
background-color: #A9C626;
}
</style>
border-color css
<style>
span { border-color: #A9C626; }
span { border-color: rgb(169,198,38); }
td.TdClassName
{
border-color: #A9C626;
}
.TagClassName
{
border-color: #A9C626;
}
</style>