Shades of Bahia #ACBA1D
Tints of Bahia #ACBA1D
RGB
CMYK
RGB Variations
Color information
#ACBA1D (or 0xACBA1D) is known color: Bahia. HEX triplet: AC, BA and 1D. RGB value is (172,186,29). Sum of RGB (Red+Green+Blue) = 172+186+29=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA1D is #5345E2. Grayscale: #A4A4A4. Windows color (decimal): -5457379 or 1948332. OLE color: 1948332.
HSL color Cylindrical-coordinate representation of color #ACBA1D: hue angle of 65.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACBA1D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 29 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.27 |
| HSL | 65.35º | 0.73% | 0.42% | - |
| HSV(B) | 65.35º | 0.84% | 0.73% | - |
| XYZ | 34.79 | 43.98 | 7.82 | - |
| YUV | 163.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 29 | 0.08 | 0 | 0.84 | 0.27 | 65.35 | 0.73 | 0.42 |
| Hex | AC | BA | 1D | 8 | 0 | 54 | 1B | 41 | 49 | 2A |
| Octal | 254 | 272 | 35 | 10 | 0 | 124 | 33 | 101 | 111 | 52 |
| Binary | 10101100 | 10111010 | 11101 | 1000 | 0 | 1010100 | 11011 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ACBA1D
Complementary color
Monochromatic Colors of #ACBA1D
Black with #ACBA1D
Text Example
Text Example
White with #ACBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA1D; }
p { color: rgb(172,186,29); }
H1.HeaderClassName
{
color: #ACBA1D;
}
.AnyTagClassName
{
color: #ACBA1D;
}
</style>
background-color css
<style>
a { background-color: #ACBA1D; }
a { background-color: rgb(172,186,29); }
div.DivClassName
{
background-color: #ACBA1D;
}
.BgClassName
{
background-color: #ACBA1D;
}
</style>
border-color css
<style>
span { border-color: #ACBA1D; }
span { border-color: rgb(172,186,29); }
td.TdClassName
{
border-color: #ACBA1D;
}
.TagClassName
{
border-color: #ACBA1D;
}
</style>