Shades of Bahia #ACB428
Tints of Bahia #ACB428
RGB
CMYK
RGB Variations
Color information
#ACB428 (or 0xACB428) is known color: Bahia. HEX triplet: AC, B4 and 28. RGB value is (172,180,40). Sum of RGB (Red+Green+Blue) = 172+180+40=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB428 is #534BD7. Grayscale: #A2A2A2. Windows color (decimal): -5458904 or 2667692. OLE color: 2667692.
HSL color Cylindrical-coordinate representation of color #ACB428: hue angle of 63.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB428 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 40 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.29 |
| HSL | 63.43º | 0.64% | 0.43% | - |
| HSV(B) | 63.43º | 0.78% | 0.71% | - |
| XYZ | 33.72 | 41.57 | 8.25 | - |
| YUV | 161.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 40 | 0.04 | 0 | 0.78 | 0.29 | 63.43 | 0.64 | 0.43 |
| Hex | AC | B4 | 28 | 4 | 0 | 4E | 1D | 3F | 40 | 2B |
| Octal | 254 | 264 | 50 | 4 | 0 | 116 | 35 | 77 | 100 | 53 |
| Binary | 10101100 | 10110100 | 101000 | 100 | 0 | 1001110 | 11101 | 111111 | 1000000 | 101011 |
Color Harmonies of #ACB428
Complementary color
Monochromatic Colors of #ACB428
Black with #ACB428
Text Example
Text Example
White with #ACB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB428; }
p { color: rgb(172,180,40); }
H1.HeaderClassName
{
color: #ACB428;
}
.AnyTagClassName
{
color: #ACB428;
}
</style>
background-color css
<style>
a { background-color: #ACB428; }
a { background-color: rgb(172,180,40); }
div.DivClassName
{
background-color: #ACB428;
}
.BgClassName
{
background-color: #ACB428;
}
</style>
border-color css
<style>
span { border-color: #ACB428; }
span { border-color: rgb(172,180,40); }
td.TdClassName
{
border-color: #ACB428;
}
.TagClassName
{
border-color: #ACB428;
}
</style>