Shades of Bahia #ACB534
Tints of Bahia #ACB534
RGB
CMYK
RGB Variations
Color information
#ACB534 (or 0xACB534) is known color: Bahia. HEX triplet: AC, B5 and 34. RGB value is (172,181,52). Sum of RGB (Red+Green+Blue) = 172+181+52=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB534 is #534ACB. Grayscale: #A4A4A4. Windows color (decimal): -5458636 or 3454380. OLE color: 3454380.
HSL color Cylindrical-coordinate representation of color #ACB534: hue angle of 64.19º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACB534 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 52 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.29 |
| HSL | 64.19º | 0.55% | 0.46% | - |
| HSV(B) | 64.19º | 0.71% | 0.71% | - |
| XYZ | 34.16 | 42.07 | 9.57 | - |
| YUV | 163.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 52 | 0.05 | 0 | 0.71 | 0.29 | 64.19 | 0.55 | 0.46 |
| Hex | AC | B5 | 34 | 5 | 0 | 47 | 1D | 40 | 37 | 2E |
| Octal | 254 | 265 | 64 | 5 | 0 | 107 | 35 | 100 | 67 | 56 |
| Binary | 10101100 | 10110101 | 110100 | 101 | 0 | 1000111 | 11101 | 1000000 | 110111 | 101110 |
Color Harmonies of #ACB534
Complementary color
Monochromatic Colors of #ACB534
Black with #ACB534
Text Example
Text Example
White with #ACB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB534; }
p { color: rgb(172,181,52); }
H1.HeaderClassName
{
color: #ACB534;
}
.AnyTagClassName
{
color: #ACB534;
}
</style>
background-color css
<style>
a { background-color: #ACB534; }
a { background-color: rgb(172,181,52); }
div.DivClassName
{
background-color: #ACB534;
}
.BgClassName
{
background-color: #ACB534;
}
</style>
border-color css
<style>
span { border-color: #ACB534; }
span { border-color: rgb(172,181,52); }
td.TdClassName
{
border-color: #ACB534;
}
.TagClassName
{
border-color: #ACB534;
}
</style>