Shades of Bahia #ACB124
Tints of Bahia #ACB124
RGB
CMYK
RGB Variations
Color information
#ACB124 (or 0xACB124) is known color: Bahia. HEX triplet: AC, B1 and 24. RGB value is (172,177,36). Sum of RGB (Red+Green+Blue) = 172+177+36=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB124 is #534EDB. Grayscale: #9F9F9F. Windows color (decimal): -5459676 or 2404780. OLE color: 2404780.
HSL color Cylindrical-coordinate representation of color #ACB124: hue angle of 62.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB124 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 36 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.31 |
| HSL | 62.13º | 0.66% | 0.42% | - |
| HSV(B) | 62.13º | 0.8% | 0.69% | - |
| XYZ | 33.05 | 40.34 | 7.71 | - |
| YUV | 159.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 36 | 0.03 | 0 | 0.80 | 0.31 | 62.13 | 0.66 | 0.42 |
| Hex | AC | B1 | 24 | 3 | 0 | 50 | 1F | 3E | 42 | 2A |
| Octal | 254 | 261 | 44 | 3 | 0 | 120 | 37 | 76 | 102 | 52 |
| Binary | 10101100 | 10110001 | 100100 | 11 | 0 | 1010000 | 11111 | 111110 | 1000010 | 101010 |
Color Harmonies of #ACB124
Complementary color
Monochromatic Colors of #ACB124
Black with #ACB124
Text Example
Text Example
White with #ACB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB124; }
p { color: rgb(172,177,36); }
H1.HeaderClassName
{
color: #ACB124;
}
.AnyTagClassName
{
color: #ACB124;
}
</style>
background-color css
<style>
a { background-color: #ACB124; }
a { background-color: rgb(172,177,36); }
div.DivClassName
{
background-color: #ACB124;
}
.BgClassName
{
background-color: #ACB124;
}
</style>
border-color css
<style>
span { border-color: #ACB124; }
span { border-color: rgb(172,177,36); }
td.TdClassName
{
border-color: #ACB124;
}
.TagClassName
{
border-color: #ACB124;
}
</style>