Shades of Bahia #ACB726
Tints of Bahia #ACB726
RGB
CMYK
RGB Variations
Color information
#ACB726 (or 0xACB726) is known color: Bahia. HEX triplet: AC, B7 and 26. RGB value is (172,183,38). Sum of RGB (Red+Green+Blue) = 172+183+38=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB726 is #5348D9. Grayscale: #A3A3A3. Windows color (decimal): -5458138 or 2537388. OLE color: 2537388.
HSL color Cylindrical-coordinate representation of color #ACB726: hue angle of 64.55º 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 #ACB726 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 38 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.28 |
| HSL | 64.55º | 0.66% | 0.43% | - |
| HSV(B) | 64.55º | 0.79% | 0.72% | - |
| XYZ | 34.3 | 42.78 | 8.28 | - |
| YUV | 163.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 38 | 0.06 | 0 | 0.79 | 0.28 | 64.55 | 0.66 | 0.43 |
| Hex | AC | B7 | 26 | 6 | 0 | 4F | 1C | 41 | 42 | 2B |
| Octal | 254 | 267 | 46 | 6 | 0 | 117 | 34 | 101 | 102 | 53 |
| Binary | 10101100 | 10110111 | 100110 | 110 | 0 | 1001111 | 11100 | 1000001 | 1000010 | 101011 |
Color Harmonies of #ACB726
Complementary color
Monochromatic Colors of #ACB726
Black with #ACB726
Text Example
Text Example
White with #ACB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB726; }
p { color: rgb(172,183,38); }
H1.HeaderClassName
{
color: #ACB726;
}
.AnyTagClassName
{
color: #ACB726;
}
</style>
background-color css
<style>
a { background-color: #ACB726; }
a { background-color: rgb(172,183,38); }
div.DivClassName
{
background-color: #ACB726;
}
.BgClassName
{
background-color: #ACB726;
}
</style>
border-color css
<style>
span { border-color: #ACB726; }
span { border-color: rgb(172,183,38); }
td.TdClassName
{
border-color: #ACB726;
}
.TagClassName
{
border-color: #ACB726;
}
</style>