Shades of Bahia #ACB71D
Tints of Bahia #ACB71D
RGB
CMYK
RGB Variations
Color information
#ACB71D (or 0xACB71D) is known color: Bahia. HEX triplet: AC, B7 and 1D. RGB value is (172,183,29). Sum of RGB (Red+Green+Blue) = 172+183+29=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71D is #5348E2. Grayscale: #A2A2A2. Windows color (decimal): -5458147 or 1947564. OLE color: 1947564.
HSL color Cylindrical-coordinate representation of color #ACB71D: hue angle of 64.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB71D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 29 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.28 |
| HSL | 64.29º | 0.73% | 0.42% | - |
| HSV(B) | 64.29º | 0.84% | 0.72% | - |
| XYZ | 34.17 | 42.73 | 7.61 | - |
| YUV | 162.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 29 | 0.06 | 0 | 0.84 | 0.28 | 64.29 | 0.73 | 0.42 |
| Hex | AC | B7 | 1D | 6 | 0 | 54 | 1C | 40 | 49 | 2A |
| Octal | 254 | 267 | 35 | 6 | 0 | 124 | 34 | 100 | 111 | 52 |
| Binary | 10101100 | 10110111 | 11101 | 110 | 0 | 1010100 | 11100 | 1000000 | 1001001 | 101010 |
Color Harmonies of #ACB71D
Complementary color
Monochromatic Colors of #ACB71D
Black with #ACB71D
Text Example
Text Example
White with #ACB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB71D; }
p { color: rgb(172,183,29); }
H1.HeaderClassName
{
color: #ACB71D;
}
.AnyTagClassName
{
color: #ACB71D;
}
</style>
background-color css
<style>
a { background-color: #ACB71D; }
a { background-color: rgb(172,183,29); }
div.DivClassName
{
background-color: #ACB71D;
}
.BgClassName
{
background-color: #ACB71D;
}
</style>
border-color css
<style>
span { border-color: #ACB71D; }
span { border-color: rgb(172,183,29); }
td.TdClassName
{
border-color: #ACB71D;
}
.TagClassName
{
border-color: #ACB71D;
}
</style>