Shades of Bahia #ACB420
Tints of Bahia #ACB420
RGB
CMYK
RGB Variations
Color information
#ACB420 (or 0xACB420) is known color: Bahia. HEX triplet: AC, B4 and 20. RGB value is (172,180,32). Sum of RGB (Red+Green+Blue) = 172+180+32=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB420 is #534BDF. Grayscale: #A1A1A1. Windows color (decimal): -5458912 or 2143404. OLE color: 2143404.
HSL color Cylindrical-coordinate representation of color #ACB420: hue angle of 63.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACB420 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 32 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.29 |
| HSL | 63.24º | 0.7% | 0.42% | - |
| HSV(B) | 63.24º | 0.82% | 0.71% | - |
| XYZ | 33.6 | 41.52 | 7.61 | - |
| YUV | 160.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 32 | 0.04 | 0 | 0.82 | 0.29 | 63.24 | 0.7 | 0.42 |
| Hex | AC | B4 | 20 | 4 | 0 | 52 | 1D | 3F | 46 | 2A |
| Octal | 254 | 264 | 40 | 4 | 0 | 122 | 35 | 77 | 106 | 52 |
| Binary | 10101100 | 10110100 | 100000 | 100 | 0 | 1010010 | 11101 | 111111 | 1000110 | 101010 |
Color Harmonies of #ACB420
Complementary color
Monochromatic Colors of #ACB420
Black with #ACB420
Text Example
Text Example
White with #ACB420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB420; }
p { color: rgb(172,180,32); }
H1.HeaderClassName
{
color: #ACB420;
}
.AnyTagClassName
{
color: #ACB420;
}
</style>
background-color css
<style>
a { background-color: #ACB420; }
a { background-color: rgb(172,180,32); }
div.DivClassName
{
background-color: #ACB420;
}
.BgClassName
{
background-color: #ACB420;
}
</style>
border-color css
<style>
span { border-color: #ACB420; }
span { border-color: rgb(172,180,32); }
td.TdClassName
{
border-color: #ACB420;
}
.TagClassName
{
border-color: #ACB420;
}
</style>