Shades of Bahia #ACB424
Tints of Bahia #ACB424
RGB
CMYK
RGB Variations
Color information
#ACB424 (or 0xACB424) is known color: Bahia. HEX triplet: AC, B4 and 24. RGB value is (172,180,36). Sum of RGB (Red+Green+Blue) = 172+180+36=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB424 is #534BDB. Grayscale: #A1A1A1. Windows color (decimal): -5458908 or 2405548. OLE color: 2405548.
HSL color Cylindrical-coordinate representation of color #ACB424: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB424 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 36 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.29 |
| HSL | 63.33º | 0.67% | 0.42% | - |
| HSV(B) | 63.33º | 0.8% | 0.71% | - |
| XYZ | 33.65 | 41.54 | 7.91 | - |
| YUV | 161.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 36 | 0.04 | 0 | 0.8 | 0.29 | 63.33 | 0.67 | 0.42 |
| Hex | AC | B4 | 24 | 4 | 0 | 50 | 1D | 3F | 43 | 2A |
| Octal | 254 | 264 | 44 | 4 | 0 | 120 | 35 | 77 | 103 | 52 |
| Binary | 10101100 | 10110100 | 100100 | 100 | 0 | 1010000 | 11101 | 111111 | 1000011 | 101010 |
Color Harmonies of #ACB424
Complementary color
Monochromatic Colors of #ACB424
Black with #ACB424
Text Example
Text Example
White with #ACB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB424; }
p { color: rgb(172,180,36); }
H1.HeaderClassName
{
color: #ACB424;
}
.AnyTagClassName
{
color: #ACB424;
}
</style>
background-color css
<style>
a { background-color: #ACB424; }
a { background-color: rgb(172,180,36); }
div.DivClassName
{
background-color: #ACB424;
}
.BgClassName
{
background-color: #ACB424;
}
</style>
border-color css
<style>
span { border-color: #ACB424; }
span { border-color: rgb(172,180,36); }
td.TdClassName
{
border-color: #ACB424;
}
.TagClassName
{
border-color: #ACB424;
}
</style>