Shades of Bahia #A4C726
Tints of Bahia #A4C726
RGB
CMYK
RGB Variations
Color information
#A4C726 (or 0xA4C726) is known color: Bahia. HEX triplet: A4, C7 and 26. RGB value is (164,199,38). Sum of RGB (Red+Green+Blue) = 164+199+38=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C726 is #5B38D9. Grayscale: #AAAAAA. Windows color (decimal): -5978330 or 2541476. OLE color: 2541476.
HSL color Cylindrical-coordinate representation of color #A4C726: hue angle of 73.04º 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 #A4C726 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 38 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.22 |
| HSL | 73.04º | 0.68% | 0.46% | - |
| HSV(B) | 73.04º | 0.81% | 0.78% | - |
| XYZ | 36.08 | 48.88 | 9.37 | - |
| YUV | 170.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 38 | 0.18 | 0 | 0.81 | 0.22 | 73.04 | 0.68 | 0.46 |
| Hex | A4 | C7 | 26 | 12 | 0 | 51 | 16 | 49 | 44 | 2E |
| Octal | 244 | 307 | 46 | 22 | 0 | 121 | 26 | 111 | 104 | 56 |
| Binary | 10100100 | 11000111 | 100110 | 10010 | 0 | 1010001 | 10110 | 1001001 | 1000100 | 101110 |
Color Harmonies of #A4C726
Complementary color
Monochromatic Colors of #A4C726
Black with #A4C726
Text Example
Text Example
White with #A4C726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C726; }
p { color: rgb(164,199,38); }
H1.HeaderClassName
{
color: #A4C726;
}
.AnyTagClassName
{
color: #A4C726;
}
</style>
background-color css
<style>
a { background-color: #A4C726; }
a { background-color: rgb(164,199,38); }
div.DivClassName
{
background-color: #A4C726;
}
.BgClassName
{
background-color: #A4C726;
}
</style>
border-color css
<style>
span { border-color: #A4C726; }
span { border-color: rgb(164,199,38); }
td.TdClassName
{
border-color: #A4C726;
}
.TagClassName
{
border-color: #A4C726;
}
</style>