Shades of Bahia #ACB722
Tints of Bahia #ACB722
RGB
CMYK
RGB Variations
Color information
#ACB722 (or 0xACB722) is known color: Bahia. HEX triplet: AC, B7 and 22. RGB value is (172,183,34). Sum of RGB (Red+Green+Blue) = 172+183+34=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB722 is #5348DD. Grayscale: #A3A3A3. Windows color (decimal): -5458142 or 2275244. OLE color: 2275244.
HSL color Cylindrical-coordinate representation of color #ACB722: hue angle of 64.43º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB722 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 34 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.28 |
| HSL | 64.43º | 0.69% | 0.43% | - |
| HSV(B) | 64.43º | 0.81% | 0.72% | - |
| XYZ | 34.24 | 42.75 | 7.96 | - |
| YUV | 162.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 34 | 0.06 | 0 | 0.81 | 0.28 | 64.43 | 0.69 | 0.43 |
| Hex | AC | B7 | 22 | 6 | 0 | 51 | 1C | 40 | 45 | 2B |
| Octal | 254 | 267 | 42 | 6 | 0 | 121 | 34 | 100 | 105 | 53 |
| Binary | 10101100 | 10110111 | 100010 | 110 | 0 | 1010001 | 11100 | 1000000 | 1000101 | 101011 |
Color Harmonies of #ACB722
Complementary color
Monochromatic Colors of #ACB722
Black with #ACB722
Text Example
Text Example
White with #ACB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB722; }
p { color: rgb(172,183,34); }
H1.HeaderClassName
{
color: #ACB722;
}
.AnyTagClassName
{
color: #ACB722;
}
</style>
background-color css
<style>
a { background-color: #ACB722; }
a { background-color: rgb(172,183,34); }
div.DivClassName
{
background-color: #ACB722;
}
.BgClassName
{
background-color: #ACB722;
}
</style>
border-color css
<style>
span { border-color: #ACB722; }
span { border-color: rgb(172,183,34); }
td.TdClassName
{
border-color: #ACB722;
}
.TagClassName
{
border-color: #ACB722;
}
</style>