Shades of Bahia #ACB416
Tints of Bahia #ACB416
RGB
CMYK
RGB Variations
Color information
#ACB416 (or 0xACB416) is known color: Bahia. HEX triplet: AC, B4 and 16. RGB value is (172,180,22). Sum of RGB (Red+Green+Blue) = 172+180+22=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB416 is #534BE9. Grayscale: #A0A0A0. Windows color (decimal): -5458922 or 1488044. OLE color: 1488044.
HSL color Cylindrical-coordinate representation of color #ACB416: hue angle of 63.04º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB416 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 22 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.29 |
| HSL | 63.04º | 0.78% | 0.4% | - |
| HSV(B) | 63.04º | 0.88% | 0.71% | - |
| XYZ | 33.48 | 41.47 | 7 | - |
| YUV | 159.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 22 | 0.04 | 0 | 0.88 | 0.29 | 63.04 | 0.78 | 0.4 |
| Hex | AC | B4 | 16 | 4 | 0 | 58 | 1D | 3F | 4E | 28 |
| Octal | 254 | 264 | 26 | 4 | 0 | 130 | 35 | 77 | 116 | 50 |
| Binary | 10101100 | 10110100 | 10110 | 100 | 0 | 1011000 | 11101 | 111111 | 1001110 | 101000 |
Color Harmonies of #ACB416
Complementary color
Monochromatic Colors of #ACB416
Black with #ACB416
Text Example
Text Example
White with #ACB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB416; }
p { color: rgb(172,180,22); }
H1.HeaderClassName
{
color: #ACB416;
}
.AnyTagClassName
{
color: #ACB416;
}
</style>
background-color css
<style>
a { background-color: #ACB416; }
a { background-color: rgb(172,180,22); }
div.DivClassName
{
background-color: #ACB416;
}
.BgClassName
{
background-color: #ACB416;
}
</style>
border-color css
<style>
span { border-color: #ACB416; }
span { border-color: rgb(172,180,22); }
td.TdClassName
{
border-color: #ACB416;
}
.TagClassName
{
border-color: #ACB416;
}
</style>