Shades of Bahia #ACB614
Tints of Bahia #ACB614
RGB
CMYK
RGB Variations
Color information
#ACB614 (or 0xACB614) is known color: Bahia. HEX triplet: AC, B6 and 14. RGB value is (172,182,20). Sum of RGB (Red+Green+Blue) = 172+182+20=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB614 is #5349EB. Grayscale: #A1A1A1. Windows color (decimal): -5458412 or 1357484. OLE color: 1357484.
HSL color Cylindrical-coordinate representation of color #ACB614: hue angle of 63.7º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACB614 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.29 |
| HSL | 63.7º | 0.8% | 0.4% | - |
| HSV(B) | 63.7º | 0.89% | 0.71% | - |
| XYZ | 33.87 | 42.28 | 7.04 | - |
| YUV | 160.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 20 | 0.05 | 0 | 0.89 | 0.29 | 63.7 | 0.8 | 0.4 |
| Hex | AC | B6 | 14 | 5 | 0 | 59 | 1D | 40 | 50 | 28 |
| Octal | 254 | 266 | 24 | 5 | 0 | 131 | 35 | 100 | 120 | 50 |
| Binary | 10101100 | 10110110 | 10100 | 101 | 0 | 1011001 | 11101 | 1000000 | 1010000 | 101000 |
Color Harmonies of #ACB614
Complementary color
Monochromatic Colors of #ACB614
Black with #ACB614
Text Example
Text Example
White with #ACB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB614; }
p { color: rgb(172,182,20); }
H1.HeaderClassName
{
color: #ACB614;
}
.AnyTagClassName
{
color: #ACB614;
}
</style>
background-color css
<style>
a { background-color: #ACB614; }
a { background-color: rgb(172,182,20); }
div.DivClassName
{
background-color: #ACB614;
}
.BgClassName
{
background-color: #ACB614;
}
</style>
border-color css
<style>
span { border-color: #ACB614; }
span { border-color: rgb(172,182,20); }
td.TdClassName
{
border-color: #ACB614;
}
.TagClassName
{
border-color: #ACB614;
}
</style>