Shades of Bahia #A9C61D
Tints of Bahia #A9C61D
RGB
CMYK
RGB Variations
Color information
#A9C61D (or 0xA9C61D) is known color: Bahia. HEX triplet: A9, C6 and 1D. RGB value is (169,198,29). Sum of RGB (Red+Green+Blue) = 169+198+29=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C61D is #5639E2. Grayscale: #AAAAAA. Windows color (decimal): -5650915 or 1951401. OLE color: 1951401.
HSL color Cylindrical-coordinate representation of color #A9C61D: hue angle of 70.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9C61D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 29 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.22 |
| HSL | 70.3º | 0.74% | 0.45% | - |
| HSV(B) | 70.3º | 0.85% | 0.78% | - |
| XYZ | 36.78 | 48.91 | 8.66 | - |
| YUV | 170.06 | 48.39 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 29 | 0.15 | 0 | 0.85 | 0.22 | 70.3 | 0.74 | 0.45 |
| Hex | A9 | C6 | 1D | F | 0 | 55 | 16 | 46 | 4A | 2D |
| Octal | 251 | 306 | 35 | 17 | 0 | 125 | 26 | 106 | 112 | 55 |
| Binary | 10101001 | 11000110 | 11101 | 1111 | 0 | 1010101 | 10110 | 1000110 | 1001010 | 101101 |
Color Harmonies of #A9C61D
Complementary color
Monochromatic Colors of #A9C61D
Black with #A9C61D
Text Example
Text Example
White with #A9C61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C61D; }
p { color: rgb(169,198,29); }
H1.HeaderClassName
{
color: #A9C61D;
}
.AnyTagClassName
{
color: #A9C61D;
}
</style>
background-color css
<style>
a { background-color: #A9C61D; }
a { background-color: rgb(169,198,29); }
div.DivClassName
{
background-color: #A9C61D;
}
.BgClassName
{
background-color: #A9C61D;
}
</style>
border-color css
<style>
span { border-color: #A9C61D; }
span { border-color: rgb(169,198,29); }
td.TdClassName
{
border-color: #A9C61D;
}
.TagClassName
{
border-color: #A9C61D;
}
</style>