Shades of Bahia #ACB221
Tints of Bahia #ACB221
RGB
CMYK
RGB Variations
Color information
#ACB221 (or 0xACB221) is known color: Bahia. HEX triplet: AC, B2 and 21. RGB value is (172,178,33). Sum of RGB (Red+Green+Blue) = 172+178+33=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB221 is #534DDE. Grayscale: #A0A0A0. Windows color (decimal): -5459423 or 2208428. OLE color: 2208428.
HSL color Cylindrical-coordinate representation of color #ACB221: hue angle of 62.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB221 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 33 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.30 |
| HSL | 62.48º | 0.69% | 0.41% | - |
| HSV(B) | 62.48º | 0.81% | 0.7% | - |
| XYZ | 33.21 | 40.72 | 7.55 | - |
| YUV | 159.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 33 | 0.03 | 0 | 0.81 | 0.30 | 62.48 | 0.69 | 0.41 |
| Hex | AC | B2 | 21 | 3 | 0 | 51 | 1E | 3E | 45 | 29 |
| Octal | 254 | 262 | 41 | 3 | 0 | 121 | 36 | 76 | 105 | 51 |
| Binary | 10101100 | 10110010 | 100001 | 11 | 0 | 1010001 | 11110 | 111110 | 1000101 | 101001 |
Color Harmonies of #ACB221
Complementary color
Monochromatic Colors of #ACB221
Black with #ACB221
Text Example
Text Example
White with #ACB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB221; }
p { color: rgb(172,178,33); }
H1.HeaderClassName
{
color: #ACB221;
}
.AnyTagClassName
{
color: #ACB221;
}
</style>
background-color css
<style>
a { background-color: #ACB221; }
a { background-color: rgb(172,178,33); }
div.DivClassName
{
background-color: #ACB221;
}
.BgClassName
{
background-color: #ACB221;
}
</style>
border-color css
<style>
span { border-color: #ACB221; }
span { border-color: rgb(172,178,33); }
td.TdClassName
{
border-color: #ACB221;
}
.TagClassName
{
border-color: #ACB221;
}
</style>