Shades of Bahia #ACB42B
Tints of Bahia #ACB42B
RGB
CMYK
RGB Variations
Color information
#ACB42B (or 0xACB42B) is known color: Bahia. HEX triplet: AC, B4 and 2B. RGB value is (172,180,43). Sum of RGB (Red+Green+Blue) = 172+180+43=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB42B is #534BD4. Grayscale: #A2A2A2. Windows color (decimal): -5458901 or 2864300. OLE color: 2864300.
HSL color Cylindrical-coordinate representation of color #ACB42B: hue angle of 63.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB42B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 43 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.29 |
| HSL | 63.5º | 0.61% | 0.44% | - |
| HSV(B) | 63.5º | 0.76% | 0.71% | - |
| XYZ | 33.77 | 41.59 | 8.53 | - |
| YUV | 161.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 43 | 0.04 | 0 | 0.76 | 0.29 | 63.5 | 0.61 | 0.44 |
| Hex | AC | B4 | 2B | 4 | 0 | 4C | 1D | 40 | 3D | 2C |
| Octal | 254 | 264 | 53 | 4 | 0 | 114 | 35 | 100 | 75 | 54 |
| Binary | 10101100 | 10110100 | 101011 | 100 | 0 | 1001100 | 11101 | 1000000 | 111101 | 101100 |
Color Harmonies of #ACB42B
Complementary color
Monochromatic Colors of #ACB42B
Black with #ACB42B
Text Example
Text Example
White with #ACB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB42B; }
p { color: rgb(172,180,43); }
H1.HeaderClassName
{
color: #ACB42B;
}
.AnyTagClassName
{
color: #ACB42B;
}
</style>
background-color css
<style>
a { background-color: #ACB42B; }
a { background-color: rgb(172,180,43); }
div.DivClassName
{
background-color: #ACB42B;
}
.BgClassName
{
background-color: #ACB42B;
}
</style>
border-color css
<style>
span { border-color: #ACB42B; }
span { border-color: rgb(172,180,43); }
td.TdClassName
{
border-color: #ACB42B;
}
.TagClassName
{
border-color: #ACB42B;
}
</style>