Shades of Bahia #A4B726
Tints of Bahia #A4B726
RGB
CMYK
RGB Variations
Color information
#A4B726 (or 0xA4B726) is known color: Bahia. HEX triplet: A4, B7 and 26. RGB value is (164,183,38). Sum of RGB (Red+Green+Blue) = 164+183+38=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B726 is #5B48D9. Grayscale: #A1A1A1. Windows color (decimal): -5982426 or 2537380. OLE color: 2537380.
HSL color Cylindrical-coordinate representation of color #A4B726: hue angle of 67.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4B726 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 38 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.28 |
| HSL | 67.86º | 0.66% | 0.43% | - |
| HSV(B) | 67.86º | 0.79% | 0.72% | - |
| XYZ | 32.59 | 41.9 | 8.2 | - |
| YUV | 160.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 38 | 0.10 | 0 | 0.79 | 0.28 | 67.86 | 0.66 | 0.43 |
| Hex | A4 | B7 | 26 | A | 0 | 4F | 1C | 44 | 42 | 2B |
| Octal | 244 | 267 | 46 | 12 | 0 | 117 | 34 | 104 | 102 | 53 |
| Binary | 10100100 | 10110111 | 100110 | 1010 | 0 | 1001111 | 11100 | 1000100 | 1000010 | 101011 |
Color Harmonies of #A4B726
Complementary color
Monochromatic Colors of #A4B726
Black with #A4B726
Text Example
Text Example
White with #A4B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B726; }
p { color: rgb(164,183,38); }
H1.HeaderClassName
{
color: #A4B726;
}
.AnyTagClassName
{
color: #A4B726;
}
</style>
background-color css
<style>
a { background-color: #A4B726; }
a { background-color: rgb(164,183,38); }
div.DivClassName
{
background-color: #A4B726;
}
.BgClassName
{
background-color: #A4B726;
}
</style>
border-color css
<style>
span { border-color: #A4B726; }
span { border-color: rgb(164,183,38); }
td.TdClassName
{
border-color: #A4B726;
}
.TagClassName
{
border-color: #A4B726;
}
</style>