Shades of Bahia #ACBA2E
Tints of Bahia #ACBA2E
RGB
CMYK
RGB Variations
Color information
#ACBA2E (or 0xACBA2E) is known color: Bahia. HEX triplet: AC, BA and 2E. RGB value is (172,186,46). Sum of RGB (Red+Green+Blue) = 172+186+46=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA2E is #5345D1. Grayscale: #A6A6A6. Windows color (decimal): -5457362 or 3062444. OLE color: 3062444.
HSL color Cylindrical-coordinate representation of color #ACBA2E: hue angle of 66º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACBA2E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 46 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.27 |
| HSL | 66º | 0.6% | 0.45% | - |
| HSV(B) | 66º | 0.75% | 0.73% | - |
| XYZ | 35.07 | 44.09 | 9.25 | - |
| YUV | 165.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 46 | 0.08 | 0 | 0.75 | 0.27 | 66 | 0.6 | 0.45 |
| Hex | AC | BA | 2E | 8 | 0 | 4B | 1B | 42 | 3C | 2D |
| Octal | 254 | 272 | 56 | 10 | 0 | 113 | 33 | 102 | 74 | 55 |
| Binary | 10101100 | 10111010 | 101110 | 1000 | 0 | 1001011 | 11011 | 1000010 | 111100 | 101101 |
Color Harmonies of #ACBA2E
Complementary color
Monochromatic Colors of #ACBA2E
Black with #ACBA2E
Text Example
Text Example
White with #ACBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA2E; }
p { color: rgb(172,186,46); }
H1.HeaderClassName
{
color: #ACBA2E;
}
.AnyTagClassName
{
color: #ACBA2E;
}
</style>
background-color css
<style>
a { background-color: #ACBA2E; }
a { background-color: rgb(172,186,46); }
div.DivClassName
{
background-color: #ACBA2E;
}
.BgClassName
{
background-color: #ACBA2E;
}
</style>
border-color css
<style>
span { border-color: #ACBA2E; }
span { border-color: rgb(172,186,46); }
td.TdClassName
{
border-color: #ACBA2E;
}
.TagClassName
{
border-color: #ACBA2E;
}
</style>